Skip to content

Commit ba462e5

Browse files
build(deps): bump actions/cache from 5 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8bf795d commit ba462e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- { type: detectors, schema: mon }
5858
- { type: physics, schema: dst }
5959
steps:
60-
- uses: actions/cache@v5
60+
- uses: actions/cache@v5.0.4
6161
id: cache
6262
with:
6363
key: validation_files_lfs_${{ matrix.type }}
@@ -90,7 +90,7 @@ jobs:
9090
type: [ detectors, physics ]
9191
steps:
9292
- uses: actions/checkout@v6
93-
- uses: actions/cache/restore@v5
93+
- uses: actions/cache/restore@v5.0.4
9494
with:
9595
key: validation_files_lfs_${{ matrix.type }}
9696
path: validation_files.tar.zst
@@ -136,7 +136,7 @@ jobs:
136136
type: [ detectors, physics ]
137137
steps:
138138
- uses: actions/checkout@v6
139-
- uses: actions/cache/restore@v5
139+
- uses: actions/cache/restore@v5.0.4
140140
with:
141141
key: validation_files_lfs_${{ matrix.type }}
142142
path: validation_files.tar.zst

0 commit comments

Comments
 (0)