Skip to content

Commit 3ca6aa4

Browse files
authored
Merge pull request #2001 from spring-cloud/dependabot/github_actions/main/actions/github-script-8
Bump actions/github-script from 7 to 8
2 parents 3659220 + 21202dc commit 3ca6aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/workflows/composites/cache
4242

4343
- name: Show caches
44-
uses: actions/github-script@v7
44+
uses: actions/github-script@v8
4545
with:
4646
script: |
4747
const caches = await github.rest.actions.getActionsCacheList({

0 commit comments

Comments
 (0)