We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1061cd commit f7b58d5Copy full SHA for f7b58d5
2 files changed
.github/workflows/nightly.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v6
32
33
- name: Set up ccache for ${{ matrix.arch }}
34
- uses: actions/cache@v4.3.0
+ uses: actions/cache@v5.0.3
35
with:
36
path: ${{ env.CCACHE_DIR }}
37
key: ${{ runner.os }}-ccache-nightly-${{ matrix.arch }}-${{ github.sha }}
.github/workflows/release.yml
key: ${{ runner.os }}-ccache-release-${{ matrix.arch }}-${{ github.sha }}
0 commit comments