From aaafcc4fd99b9371ae6fea650abf2d7a297127e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 18:03:16 +0000 Subject: [PATCH] Bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/buildx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildx.yaml b/.github/workflows/buildx.yaml index 835060e..a806a1b 100644 --- a/.github/workflows/buildx.yaml +++ b/.github/workflows/buildx.yaml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 # See https://github.com/actions/checkout - name: Validate event inputs - uses: actions/github-script@v7 # See https://github.com/actions/github-script + uses: actions/github-script@v8 # See https://github.com/actions/github-script with: script: | for (const [key, value] of Object.entries(context.payload.inputs)) { @@ -83,7 +83,7 @@ jobs: # See also https://github.com/docker/metadata-action - name: Generate labels id: generate_labels - uses: actions/github-script@v7 # See https://github.com/actions/github-script + uses: actions/github-script@v8 # See https://github.com/actions/github-script with: script: | const labels = []