Skip to content

Commit b74dff8

Browse files
MAINT: Bump actions/cache from 4.0.1 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v4.0.1...v4.0.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 6059db1 commit b74dff8

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/[email protected].1
111+
uses: actions/[email protected].2
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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
47+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.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@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
71+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.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)