We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 180d5fe + d7ca749 commit 34a83aeCopy full SHA for 34a83ae
1 file changed
.github/workflows/cache-buster.yml
@@ -22,7 +22,7 @@ jobs:
22
actions: write
23
steps:
24
- name: Bust cache
25
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0
+ uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0
26
with:
27
script: |
28
const caches = await github.rest.actions.getActionsCacheList({
0 commit comments