Merge pull request #244 from buanet/dependabot/github_actions/main/actions/github-script-6

Bump actions/github-script from 5 to 6
This commit is contained in:
André Germann
2022-03-01 15:58:23 +01:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

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