We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0028354 commit 08c45f1Copy full SHA for 08c45f1
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
- { type: detectors, schema: mon }
58
- { type: physics, schema: dst }
59
steps:
60
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
61
id: cache
62
with:
63
key: validation_files_lfs_${{ matrix.type }}
@@ -90,7 +90,7 @@ jobs:
90
type: [ detectors, physics ]
91
92
- uses: actions/checkout@v6
93
- - uses: actions/cache/restore@v4
+ - uses: actions/cache/restore@v5
94
95
96
path: validation_files.tar.zst
@@ -136,7 +136,7 @@ jobs:
136
137
138
139
140
141
142
0 commit comments