Skip to content

Commit

Permalink
Merge pull request #48 from na4ma4/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…delete-package-versions-5

Bump actions/delete-package-versions from 4 to 5
  • Loading branch information
na4ma4 authored Feb 15, 2024
2 parents bafb7db + a334077 commit 9c514b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'traefik-acme'
package-type: 'container'
min-versions-to-keep: 0
delete-only-untagged-versions: 'true'
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'traefik-acme'
package-type: 'container'
Expand All @@ -30,13 +30,13 @@ jobs:
if: github.event.pull_request.merged == false
runs-on: ubuntu-latest
steps:
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'traefik-acme'
package-type: 'container'
min-versions-to-keep: 0
delete-only-untagged-versions: 'true'
- uses: actions/delete-package-versions@v4
- uses: actions/delete-package-versions@v5
with:
package-name: 'traefik-acme'
package-type: 'container'
Expand Down

0 comments on commit 9c514b6

Please sign in to comment.