Skip to content

Commit

Permalink
Update actions/delete-package-versions action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and MichaelKunze committed Mar 9, 2022
1 parent 52c4c43 commit 09a2d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: docker push "${REGISTRY}/${IMAGE_NAME}-basic" --all-tags

- name: Clean old images
uses: actions/delete-package-versions@v2
uses: actions/delete-package-versions@v3
with:
package-name: 'texlive-basic'
min-versions-to-keep: 10
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: docker push "${REGISTRY}/${IMAGE_NAME}-full" --all-tags

- name: Clean old images
uses: actions/delete-package-versions@v2
uses: actions/delete-package-versions@v3
with:
package-name: 'texlive-full'
min-versions-to-keep: 10

0 comments on commit 09a2d1d

Please sign in to comment.