Skip to content

Commit 34a83ae

Browse files
authored
Merge pull request #8177 from ampproject/dependabot/github_actions/actions/github-script-9.0.0
2 parents 180d5fe + d7ca749 commit 34a83ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cache-buster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
actions: write
2323
steps:
2424
- name: Bust cache
25-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0
25+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0
2626
with:
2727
script: |
2828
const caches = await github.rest.actions.getActionsCacheList({

0 commit comments

Comments
 (0)