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 = []