Skip to content

Commit c31a6ec

Browse files
Merge pull request #450 from SciML/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents dff245b + bde6489 commit c31a6ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BenchmarkPR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: julia-actions/setup-julia@v2
1818
with:
1919
version: "1.11"
20-
- uses: julia-actions/cache@v2
20+
- uses: julia-actions/cache@v3
2121
- name: Extract Package Name from Project.toml
2222
id: extract-package-name
2323
run: |

0 commit comments

Comments
 (0)