Skip to content

Commit 37b7438

Browse files
Upgrade: [dependabot] - bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5110739 commit 37b7438

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/regression_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
asdf_version: ${{ steps.asdf-version.outputs.version }}
155155

156156
- name: Cache asdf
157-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
157+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
158158
with:
159159
path: |
160160
~/.asdf
@@ -168,7 +168,7 @@ jobs:
168168
PYTHON_CONFIGURE_OPTS: --enable-shared
169169

170170
- name: Cache Virtualenv
171-
uses: actions/cache@v4
171+
uses: actions/cache@v5
172172
id: cache-venv
173173
with:
174174
path: .venv
@@ -328,7 +328,7 @@ jobs:
328328
asdf_version: ${{ steps.asdf-version.outputs.version }}
329329

330330
- name: Cache asdf
331-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
331+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
332332
with:
333333
path: |
334334
~/.asdf
@@ -342,7 +342,7 @@ jobs:
342342
PYTHON_CONFIGURE_OPTS: --enable-shared
343343

344344
- name: Cache Virtualenv
345-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
345+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
346346
id: cache-venv
347347
with:
348348
path: .venv

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
asdf_version: ${{ steps.asdf-version.outputs.version }}
7575

7676
- name: Cache asdf
77-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
77+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
7878
with:
7979
path: |
8080
~/.asdf
@@ -88,7 +88,7 @@ jobs:
8888
PYTHON_CONFIGURE_OPTS: --enable-shared
8989

9090
- name: Cache Virtualenv
91-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
91+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
9292
id: cache-venv
9393
with:
9494
path: .venv

0 commit comments

Comments
 (0)