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 3659220 + 21202dc commit 3ca6aa4Copy full SHA for 3ca6aa4
.github/workflows/maven.yaml
@@ -41,7 +41,7 @@ jobs:
41
uses: ./.github/workflows/composites/cache
42
43
- name: Show caches
44
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
45
with:
46
script: |
47
const caches = await github.rest.actions.getActionsCacheList({
0 commit comments