Skip to content

Commit 7475077

Browse files
authored
Update actions/delete-package-versions to v5.0.0 (#135)
v4.1.1 runs on the deprecated node16 runtime. v5.0.0 moves to node20. Inputs are unchanged between the two versions, so this is a drop-in bump.
1 parent 9ff3af4 commit 7475077

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-a-library-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Prune
50-
# v4.1.1
51-
uses: actions/delete-package-versions@0d39a63126868f5eefaa47169615edd3c0f61e20
50+
# v5.0.0
51+
uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55
5252
with:
5353
package-name: 'shared-docker-ci-release-a-library'
5454
package-type: 'container'

0 commit comments

Comments
 (0)