1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

Bump Chizkiyahu/delete-untagged-ghcr-action from 4 to 5 (#148)

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] 2024-12-03 13:03:39 -05:00 committed by GitHub
parent e80a97fbb0
commit f09a756b7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Delete Untagged Packages - name: Delete Untagged Packages
uses: Chizkiyahu/delete-untagged-ghcr-action@v4 uses: Chizkiyahu/delete-untagged-ghcr-action@v5
with: with:
token: ${{ secrets.PACKAGE_DELETER }} token: ${{ secrets.PACKAGE_DELETER }}
repository_owner: ${{ github.repository_owner }} repository_owner: ${{ github.repository_owner }}