Skip to content

Commit fc17862

Browse files
MAINT: 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) - [Commits](actions/cache@v4.1.1...v4.1.2) --- 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 e6e2948 commit fc17862

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux_qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
sudo apt install -y ninja-build gcc-${TOOLCHAIN_NAME} g++-${TOOLCHAIN_NAME} gfortran-${TOOLCHAIN_NAME}
116116
117117
- name: Cache docker container
118-
uses: actions/[email protected].1
118+
uses: actions/[email protected].2
119119
id: container-cache
120120
with:
121121
path: ~/docker_${{ matrix.BUILD_PROP[1] }}

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
4545
4646
- name: Setup compiler cache
47-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
47+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
4848
id: cache-ccache
4949
with:
5050
path: ${{ steps.prep-ccache.outputs.dir }}
@@ -68,7 +68,7 @@ jobs:
6868
# ensure we re-solve once a day (since we don't lock versions). Could be
6969
# replaced by a conda-lock based approach in the future.
7070
- name: Cache conda environment
71-
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
71+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
7272
env:
7373
# Increase this value to reset cache if environment.yml has not changed
7474
CACHE_NUMBER: 1

0 commit comments

Comments
 (0)