2
0

Bump actions/github-script from 6 to 7

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-08 22:42:22 +00:00
committed by GitHub
parent 79688abe2e
commit 3f8a976662

View File

@ -35,7 +35,7 @@ jobs:
# note: instead of secrets.GITHUB_TOKEN here, we need to use a PAT # note: instead of secrets.GITHUB_TOKEN here, we need to use a PAT
# so that the release creation triggers the image build workflow # so that the release creation triggers the image build workflow
- name: "Create release" - name: "Create release"
uses: "actions/github-script@v6" uses: "actions/github-script@v7"
with: with:
github-token: "${{ secrets.ACTIONS_ACCESS_TOKEN }}" github-token: "${{ secrets.ACTIONS_ACCESS_TOKEN }}"
script: | script: |