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 92fe9e1 + a4d3a1d commit ee27464Copy full SHA for ee27464
1 file changed
.github/workflows/build.yaml
@@ -36,15 +36,15 @@ jobs:
36
submodules: 'true'
37
38
- name: Setup cache (mac/linux)
39
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
40
with:
41
path: "/home/runner/work/systemc-python/systemc-python/.ccache"
42
key: cache-${{ runner.os }}-
43
restore-keys: cache-${{ runner.os }}-
44
if: ${{ runner.os != 'Windows' }}
45
46
- name: Setup cache (windows)
47
48
49
path: "C:/ProgramData/chocolatey/"
50
0 commit comments