Skip to content

Commit 6850998

Browse files
Bump julia-actions/cache from 1 to 2 (#1160)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md) - [Commits](julia-actions/cache@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3148f8 commit 6850998

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"
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)