Skip to content

Commit 7adfc1d

Browse files
Bump julia-actions/cache from 1 to 2 (#429)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f22d53f commit 7adfc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: julia-actions/setup-julia@v2
6868
with:
6969
version: '1'
70-
- uses: julia-actions/cache@v1
70+
- uses: julia-actions/cache@v2
7171
- name: Configure doc environment
7272
shell: julia --project=docs --color=yes {0}
7373
run: |

0 commit comments

Comments
 (0)