Skip to content

Commit 81fbd2a

Browse files
Bump julia-actions/cache from 1 to 2 (#522)
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-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 1c09a00 commit 81fbd2a

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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: julia-actions/setup-julia@v1
1616
with:
1717
version: "1"
18-
- uses: julia-actions/cache@v1
18+
- uses: julia-actions/cache@v2
1919
- name: Extract Package Name from Project.toml
2020
id: extract-package-name
2121
run: |

0 commit comments

Comments
 (0)