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 6b4d9c1 + d5212b7 commit e151b8bCopy full SHA for e151b8b
2 files changed
.github/workflows/castro-development.yml
@@ -29,7 +29,7 @@ jobs:
29
.github/workflows/dependencies/dependencies.sh
30
.github/workflows/dependencies/dependencies_ccache.sh
31
- name: Set Up Cache
32
- uses: actions/cache@v5
+ uses: actions/cache@v6
33
with:
34
path: ~/.cache/ccache
35
key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}
.github/workflows/castro.yml
@@ -33,7 +33,7 @@ jobs:
36
37
38
39
0 commit comments