Skip to content

Commit 5221821

Browse files
Bump julia-actions/cache from 1 to 2
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]>
1 parent 76a5e62 commit 5221821

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
version: ${{ matrix.version }}
3838
arch: ${{ matrix.arch }}
39-
- uses: julia-actions/cache@v1
39+
- uses: julia-actions/cache@v2
4040
- uses: julia-actions/julia-buildpkg@v1
4141
- uses: julia-actions/julia-runtest@v1
4242
- uses: julia-actions/julia-processcoverage@v1
@@ -57,7 +57,7 @@ jobs:
5757
- uses: julia-actions/setup-julia@v1
5858
with:
5959
version: '1'
60-
- uses: julia-actions/cache@v1
60+
- uses: julia-actions/cache@v2
6161
- name: Configure doc environment
6262
shell: julia --project=docs --color=yes {0}
6363
run: |

.github/workflows/update_bundled_data.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: julia-actions/setup-julia@v1
1313
with:
1414
version: 1.10
15-
- uses: julia-actions/cache@v1
15+
- uses: julia-actions/cache@v2
1616
- uses: actions/checkout@v4
1717
- name: Update package data
1818
run: julia --project ./scripts/update_data.jl

0 commit comments

Comments
 (0)