Skip to content

Commit 08c45f1

Browse files
build(deps): bump actions/cache from 4 to 5 (#436)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0028354 commit 08c45f1

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@v4
60+
- uses: actions/cache@v5
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@v4
93+
- uses: actions/cache/restore@v5
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@v4
139+
- uses: actions/cache/restore@v5
140140
with:
141141
key: validation_files_lfs_${{ matrix.type }}
142142
path: validation_files.tar.zst

0 commit comments

Comments
 (0)