Skip to content

Commit 9f0eb7d

Browse files
chore(deps): bump actions/cache from 5.0.5 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e351c3a commit 9f0eb7d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/conda-package-cf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4747
4848
- name: Cache conda packages
49-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
49+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5050
env:
5151
CACHE_NUMBER: 0 # Increase to reset cache
5252
with:
@@ -121,7 +121,7 @@ jobs:
121121
python-version: ${{ matrix.python }}
122122

123123
- name: Cache conda packages
124-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
124+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
125125
env:
126126
CACHE_NUMBER: 3 # Increase to reset cache
127127
with:
@@ -207,7 +207,7 @@ jobs:
207207
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
208208
209209
- name: Cache conda packages
210-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
210+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
211211
env:
212212
CACHE_NUMBER: 0 # Increase to reset cache
213213
with:
@@ -295,7 +295,7 @@ jobs:
295295
conda install -n ${{ env.TEST_ENV_NAME }} ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% python=${{ matrix.python }} numpy=${{ matrix.numpy }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
296296
297297
- name: Cache conda packages
298-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
298+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
299299
env:
300300
CACHE_NUMBER: 3 # Increase to reset cache
301301
with:

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4949
5050
- name: Cache conda packages
51-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
51+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5252
env:
5353
CACHE_NUMBER: 0 # Increase to reset cache
5454
with:
@@ -139,7 +139,7 @@ jobs:
139139
conda-build-version: ${{ env.CONDA_BUILD_VERSION }}
140140

141141
- name: Cache conda packages
142-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
142+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
143143
env:
144144
CACHE_NUMBER: 3 # Increase to reset cache
145145
with:
@@ -233,7 +233,7 @@ jobs:
233233
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
234234
235235
- name: Cache conda packages
236-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
236+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
237237
env:
238238
CACHE_NUMBER: 0 # Increase to reset cache
239239
with:
@@ -333,7 +333,7 @@ jobs:
333333
conda install -n ${{ env.TEST_ENV_NAME }} ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% python=${{ matrix.python }} ${{ matrix.numpy }} -c ${{ env.GITHUB_WORKSPACE }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
334334
335335
- name: Cache conda packages
336-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
336+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
337337
env:
338338
CACHE_NUMBER: 3 # Increase to reset cache
339339
with:

0 commit comments

Comments
 (0)