Skip to content

Commit 5a4cc64

Browse files
Bump actions/cache from 4 to 5 in the all-actions group
Bumps the all-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b05efd8 commit 5a4cc64

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/conda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Cache Anaconda installer, conda packages
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: |
3535
$CONDA/pkgs
@@ -61,7 +61,7 @@ jobs:
6161
shell: python
6262

6363
- name: Cache GAMS installer
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
path: |
6767
gams

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python-version: ${{ matrix.python-version }}
5050

5151
- name: Cache GAMS installer and snapshot files
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: |
5555
gams

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
java-version: '21'
110110

111111
- name: Cache GAMS installer
112-
uses: actions/cache@v4
112+
uses: actions/cache@v5
113113
with:
114114
path: |
115115
gams
@@ -187,7 +187,7 @@ jobs:
187187
windows-path-include-rtools: false
188188

189189
- name: Cache GAMS installer and R packages
190-
uses: actions/cache@v4
190+
uses: actions/cache@v5
191191
with:
192192
path: |
193193
gams

0 commit comments

Comments
 (0)