Bump actions/github-script from 3 to 6 (#12674)

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

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-01 19:16:21 +02:00
committed by GitHub
parent 03fdb0cb88
commit dc4f4ad047
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
steps:
- name: Delete untagged images
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
github-token: ${{ secrets.CR_PAT }}
script: |