Skip to content

Commit 16b56b9

Browse files
Bump actions/cache from 4.1.1 to 4.1.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@3624ceb...6849a64) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0bc658 commit 16b56b9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Pull ccache cache
6363
if: always()
6464
id: ccache-restore
65-
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
65+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
6666
with:
6767
path: /home/runner/.cache/ccache
6868
key: ccache-${{ env.BUILD_IDENTIFIER }}
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Push ccache cache
104104
if: always()
105-
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
105+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
106106
with:
107107
path: /home/runner/.cache/ccache
108108
key: ccache-${{ env.BUILD_IDENTIFIER }}
@@ -178,7 +178,7 @@ jobs:
178178
- name: Pull ccache cache
179179
if: always()
180180
id: ccache-restore
181-
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
181+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
182182
with:
183183
path: /Users/runner/Library/Caches/ccache
184184
key: ccache-${{ runner.os }}-${{ matrix.py-version }}
@@ -222,7 +222,7 @@ jobs:
222222

223223
- name: Push ccache cache
224224
if: always()
225-
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
225+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
226226
with:
227227
path: /Users/runner/Library/Caches/ccache
228228
key: ccache-${{ runner.os }}-${{ matrix.py-version }}

.github/workflows/documentation-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Pull ccache cache
3535
id: ccache-restore
36-
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
36+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
3737
with:
3838
path: /home/runner/.cache/ccache
3939
key: ccache-documentation-ci
@@ -64,7 +64,7 @@ jobs:
6464
continue-on-error: true
6565

6666
- name: Push ccache cache
67-
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
67+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
6868
with:
6969
path: /home/runner/.cache/ccache
7070
key: ccache-documentation-ci

.github/workflows/documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Pull ccache cache
3636
id: ccache-restore
37-
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
37+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
3838
with:
3939
path: /home/runner/.cache/ccache
4040
key: ccache
@@ -65,7 +65,7 @@ jobs:
6565
continue-on-error: true
6666

6767
- name: Push ccache cache
68-
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
68+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
6969
with:
7070
path: /home/runner/.cache/ccache
7171
key: ccache

0 commit comments

Comments
 (0)