Skip to content

Commit 912d506

Browse files
Bump julia-actions/cache from 1 to 2 (#166)
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 c54de00 commit 912d506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
version: ${{ matrix.version }}
4646
arch: ${{ matrix.arch }}
47-
- uses: julia-actions/cache@v1
47+
- uses: julia-actions/cache@v2
4848
- uses: julia-actions/julia-buildpkg@v1
4949
- uses: julia-actions/julia-runtest@v1
5050
- uses: julia-actions/julia-processcoverage@v1
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
version: '1'
6969
show-versioninfo: true
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)