Skip to content

Commit 4b2339e

Browse files
Upgrade: [dependabot] - bump actions/cache from 4.0.0 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 463c274 commit 4b2339e

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/my-vaccs-int-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
asdf_version: 0.18.0
5555

5656
- name: Cache asdf
57-
uses: actions/cache@v5
57+
uses: actions/cache@v5.0.5
5858
with:
5959
path: |
6060
~/.asdf
@@ -68,7 +68,7 @@ jobs:
6868
PYTHON_CONFIGURE_OPTS: --enable-shared
6969

7070
- name: Cache Virtualenv
71-
uses: actions/cache@v5
71+
uses: actions/cache@v5.0.5
7272
id: cache-venv
7373
with:
7474
path: .venv

.github/workflows/nbs-int-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
asdf_version: v0.18.0
2424

2525
- name: Cache asdf
26-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
26+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
2727
with:
2828
path: |
2929
~/.asdf
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Cache Virtualenv
4040
id: cache-venv
41-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
41+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
4242
with:
4343
path: |
4444
.venv

.github/workflows/performance_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
asdf_version: 0.18.0
6262

6363
- name: Cache asdf
64-
uses: actions/cache@v5
64+
uses: actions/cache@v5.0.5
6565
with:
6666
path: |
6767
~/.asdf
@@ -75,7 +75,7 @@ jobs:
7575
PYTHON_CONFIGURE_OPTS: --enable-shared
7676

7777
- name: Cache Virtualenv
78-
uses: actions/cache@v5
78+
uses: actions/cache@v5.0.5
7979
id: cache-venv
8080
with:
8181
path: .venv

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
asdf_version: 0.18.0
2323

2424
- name: Cache asdf
25-
uses: actions/cache@v5
25+
uses: actions/cache@v5.0.5
2626
with:
2727
path: |
2828
~/.asdf
@@ -36,7 +36,7 @@ jobs:
3636
PYTHON_CONFIGURE_OPTS: --enable-shared
3737

3838
- name: Cache Virtualenv
39-
uses: actions/cache@v5
39+
uses: actions/cache@v5.0.5
4040
id: cache-venv
4141
with:
4242
path: .venv

.github/workflows/regression_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
asdf_version: 0.18.0
136136

137137
- name: Cache asdf
138-
uses: actions/cache@v5
138+
uses: actions/cache@v5.0.5
139139
with:
140140
path: |
141141
~/.asdf
@@ -149,7 +149,7 @@ jobs:
149149
PYTHON_CONFIGURE_OPTS: --enable-shared
150150

151151
- name: Cache Virtualenv
152-
uses: actions/cache@v5
152+
uses: actions/cache@v5.0.5
153153
id: cache-venv
154154
with:
155155
path: .venv

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
asdf_version: 0.18.0
4343

4444
- name: Cache asdf
45-
uses: actions/cache@v5
45+
uses: actions/cache@v5.0.5
4646
with:
4747
path: |
4848
~/.asdf
@@ -56,7 +56,7 @@ jobs:
5656
PYTHON_CONFIGURE_OPTS: --enable-shared
5757

5858
- name: Cache Virtualenv
59-
uses: actions/cache@v5
59+
uses: actions/cache@v5.0.5
6060
id: cache-venv
6161
with:
6262
path: .venv

0 commit comments

Comments
 (0)