Bump actions/github-script from 3 to 5

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

---
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]
2021-09-30 12:00:42 +00:00
committed by GitHub
parent 3f040e51a0
commit 239bc41506
5 changed files with 5 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ jobs:
./manifest-tool --username ${{ secrets.PACKAGES_USER }} --password ${{ secrets.PACKAGES_PASS }} push from-spec manifest_ghcr_dev.yaml
- name: Delete untagged images from GitHub packages
uses: actions/github-script@v3
uses: actions/github-script@v5
with:
github-token: ${{ secrets.PACKAGES_PASS }}
script: |