Skip to content

Commit 8b7f5c9

Browse files
chore(deps): update actions/github-script action to v9
1 parent 0c15098 commit 8b7f5c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/delete-unused-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Delete untagged images of ${{ matrix.package-name }}
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |

0 commit comments

Comments
 (0)