Skip to content

Commit 38ef9a4

Browse files
authored
chore(deps): update actions/github-script action to v9 (#20)
2 parents 449fb02 + 8023e3b commit 38ef9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cleanup-ghcr-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- name: Cleanup container versions
4242
id: cleanup
43-
uses: actions/github-script@v8
43+
uses: actions/github-script@v9
4444
env:
4545
PACKAGE_NAME: ${{ env.PACKAGE_NAME }}
4646
IMAGES_TO_KEEP: ${{ env.IMAGES_TO_KEEP }}
@@ -273,7 +273,7 @@ jobs:
273273
274274
- name: Generate cleanup report
275275
if: always()
276-
uses: actions/github-script@v8
276+
uses: actions/github-script@v9
277277
env:
278278
CLEANUP_RESULT: ${{ steps.cleanup.outputs.result }}
279279
DELETE_UNVERSIONED: ${{ env.DELETE_UNVERSIONED }}

0 commit comments

Comments
 (0)