Skip to content

Commit 268cc58

Browse files
authored
Merge pull request kokkos#8820 from kokkos/dependabot/github_actions/actions/cache-5.0.2
Bump actions/cache from 5.0.1 to 5.0.2
2 parents 187e903 + 9779e77 commit 268cc58

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/continuous-integration-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
sudo cmake --build . --target install --parallel 2
117117
- name: Checkout code
118118
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
119-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
119+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
120120
with:
121121
path: ~/.cache/ccache
122122
key: kokkos-${{ matrix.arch }}-${{ matrix.distro }}-${{ matrix.cxx }}-${{ matrix.stdcxx }}-${{ matrix.cmake_build_type }}-${{ matrix.backend }}-${{ github.ref }}-${{ github.sha }}

.github/workflows/continuous-integration-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
brew update
5858
brew install ccache llvm
59-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
59+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
6060
with:
6161
path: ~/.cache/ccache
6262
key: kokkos-osx-${{ matrix.cmake_build_type }}-${{ matrix.backend }}-${{ matrix.cxx_standard }}-${{ github.ref }}-${{ github.sha }}

.github/workflows/continuous-integration-smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get update
2626
sudo apt-get install ccache
2727
28-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
28+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2929
with:
3030
path: ~/.cache/ccache
3131
key: kokkos-basic-test-${{ github.ref }}-${{ github.sha }}

.github/workflows/performance-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Checkout code
2727
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
28+
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
2929
with:
3030
path: ~/.cache/ccache
3131
key: kokkos-${{ matrix.distro }}-${{ matrix.cxx }}-${{ matrix.backend }}-${{ github.ref }}-${{ github.sha }}

0 commit comments

Comments
 (0)