Skip to content

Commit 4d038c2

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) - [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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55e4c4a commit 4d038c2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release_psu_to_ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
asdf_branch: v0.11.3
5656

5757
- name: Cache asdf
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: |
6161
~/.asdf

.github/workflows/run_cpsu_load.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
asdf_branch: v0.14.0
5353

5454
- name: Cache asdf
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: |
5858
~/.asdf

.github/workflows/run_notify_load.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
asdf_branch: v0.14.0
6262

6363
- name: Cache asdf
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
path: |
6767
~/.asdf

.github/workflows/run_psu_load.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
asdf_branch: v0.14.0
5353

5454
- name: Cache asdf
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: |
5858
~/.asdf

0 commit comments

Comments
 (0)