We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514e5be commit be95b58Copy full SHA for be95b58
.github/workflows/nightly.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: actions/checkout@v4
32
33
- name: Set up ccache for ${{ matrix.arch }}
34
- uses: actions/cache@v4.2.3
+ uses: actions/cache@v4.2.4
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