Skip to content

Commit 23f4218

Browse files
Upgrade: [dependabot] - bump actions/cache from 5.0.1 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...8b402f5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 985908e commit 23f4218

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_package_code_and_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
asdf_version: ${{ steps.asdf-version.outputs.version }}
2929

3030
- name: Cache asdf
31-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
31+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
3232
with:
3333
path: |
3434
~/.asdf

.github/workflows/run_regression_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
asdf_version: ${{ steps.asdf-version.outputs.version }}
5252

5353
- name: Cache asdf
54-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
54+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
5555
with:
5656
path: |
5757
~/.asdf

0 commit comments

Comments
 (0)