Skip to content

Commit 0a6cc5c

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}
31-
- uses: julia-actions/cache@v1
31+
- uses: julia-actions/cache@v2
3232
- uses: julia-actions/julia-buildpkg@v1
3333
- uses: julia-actions/julia-runtest@v1
3434
- uses: julia-actions/julia-processcoverage@v1

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: julia-actions/setup-julia@v2
2727
with:
2828
version: '1'
29-
- uses: julia-actions/cache@v1
29+
- uses: julia-actions/cache@v2
3030
- name: Configure doc environment
3131
shell: julia --project=docs --color=yes {0}
3232
run: |

0 commit comments

Comments
 (0)