Skip to content

Commit 83e1907

Browse files
MAINT: Bump actions/cache from 4.2.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d6c2be commit 83e1907

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux_qemu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
sudo apt install -y ninja-build gcc-${TOOLCHAIN_NAME} g++-${TOOLCHAIN_NAME} gfortran-${TOOLCHAIN_NAME}
120120
121121
- name: Cache docker container
122-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
122+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
123123
id: container-cache
124124
with:
125125
path: ~/docker_${{ matrix.BUILD_PROP[1] }}
@@ -224,7 +224,7 @@ jobs:
224224
sudo apt install -y ninja-build gcc-14-${TOOLCHAIN_NAME} g++-14-${TOOLCHAIN_NAME} gfortran-14-${TOOLCHAIN_NAME}
225225
226226
- name: Cache docker container
227-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
227+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
228228
id: container-cache
229229
with:
230230
path: ~/docker_${{ matrix.BUILD_PROP[1] }}

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
4747
4848
- name: Setup compiler cache
49-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
49+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5050
id: cache-ccache
5151
with:
5252
path: ${{ steps.prep-ccache.outputs.dir }}
@@ -70,7 +70,7 @@ jobs:
7070
# ensure we re-solve once a day (since we don't lock versions). Could be
7171
# replaced by a conda-lock based approach in the future.
7272
- name: Cache conda environment
73-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
73+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7474
env:
7575
# Increase this value to reset cache if environment.yml has not changed
7676
CACHE_NUMBER: 1

0 commit comments

Comments
 (0)