Skip to content

Commit 57fd0b2

Browse files
MAINT: Bump actions/cache from 4.0.2 to 4.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v4.0.2...v4.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff88e0c commit 57fd0b2

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
@@ -108,7 +108,7 @@ jobs:
108108
sudo apt install -y ninja-build gcc-${TOOLCHAIN_NAME} g++-${TOOLCHAIN_NAME} gfortran-${TOOLCHAIN_NAME}
109109
110110
- name: Cache docker container
111-
uses: actions/cache@v4.0.2
111+
uses: actions/cache@v4.1.0
112112
id: container-cache
113113
with:
114114
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
47+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
71+
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
7272
env:
7373
# Increase this value to reset cache if environment.yml has not changed
7474
CACHE_NUMBER: 1

0 commit comments

Comments
 (0)