Skip to content

Commit ee27464

Browse files
authored
Merge pull request #8 from dau-dev/dependabot/github_actions/actions/cache-6.1.0
Bump actions/cache from 5.0.5 to 6.1.0
2 parents 92fe9e1 + a4d3a1d commit ee27464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
submodules: 'true'
3737

3838
- name: Setup cache (mac/linux)
39-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
39+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4040
with:
4141
path: "/home/runner/work/systemc-python/systemc-python/.ccache"
4242
key: cache-${{ runner.os }}-
4343
restore-keys: cache-${{ runner.os }}-
4444
if: ${{ runner.os != 'Windows' }}
4545

4646
- name: Setup cache (windows)
47-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
47+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4848
with:
4949
path: "C:/ProgramData/chocolatey/"
5050
key: cache-${{ runner.os }}-

0 commit comments

Comments
 (0)