Skip to content

Commit f5791b5

Browse files
committed
Revert "(actions) use actions/delete-package-versions@v5"
This reverts commit 89b84d4.
1 parent fe8f6ef commit f5791b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup_untagged_containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
package_name: ${{ fromJson(needs.organization_containers.outputs.packages) }}
3030
steps:
31-
- uses: actions/delete-package-versions@v5
31+
- uses: actions/delete-package-versions@v4
3232
with:
3333
package-name: ${{ matrix.package_name }}
3434
package-type: container

0 commit comments

Comments
 (0)