We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c6388 commit 8023e3bCopy full SHA for 8023e3b
.github/workflows/cleanup-ghcr-images.yml
@@ -40,7 +40,7 @@ jobs:
40
steps:
41
- name: Cleanup container versions
42
id: cleanup
43
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
44
env:
45
PACKAGE_NAME: ${{ env.PACKAGE_NAME }}
46
IMAGES_TO_KEEP: ${{ env.IMAGES_TO_KEEP }}
@@ -273,7 +273,7 @@ jobs:
273
274
- name: Generate cleanup report
275
if: always()
276
277
278
CLEANUP_RESULT: ${{ steps.cleanup.outputs.result }}
279
DELETE_UNVERSIONED: ${{ env.DELETE_UNVERSIONED }}
0 commit comments