Skip to content

Commit 3afb6d7

Browse files
Bump julia-actions/cache from 1 to 2
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5fe4bd commit 3afb6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark_pr.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@v1
1818
with:
1919
version: "1.8"
20-
- uses: julia-actions/cache@v1
20+
- uses: julia-actions/cache@v2
2121
- name: Extract Package Name from Project.toml
2222
id: extract-package-name
2323
run: |

0 commit comments

Comments
 (0)