8000 Merge pull request #27532 from numpy/dependabot/github_actions/action… · numpy/numpy@b6e4344 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit b6e4344

Browse files
authored
Merge pull request #27532 from numpy/dependabot/github_actions/actions/cache-4.1.1
MAINT: Bump actions/cache from 4.1.0 to 4.1.1
2 parents cd4d6ba + 9e90bec commit b6e4344

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.1.0
111+
uses: actions/cache@v4.1.1
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
47+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
71+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
7272
env:
7373
# Increase this value to reset cache if environment.yml has not changed
7474
CACHE_NUMBER: 1

0 commit comments

Comments
 (0)
0