Skip to content

Commit ea289d6

Browse files
authored
Merge pull request #3 from JuliaGNI/dependabot/github_actions/julia-actions/cache-2
Bump julia-actions/cache from 1 to 2
2 parents 0b2c7a2 + 7bdff96 commit ea289d6

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
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
version: ${{ matrix.version }}
4040
arch: ${{ matrix.arch }}
41-
- uses: julia-actions/cache@v1
41+
- uses: julia-actions/cache@v2
4242
- uses: julia-actions/julia-buildpkg@v1
4343
- uses: julia-actions/julia-runtest@v1
4444
- uses: julia-actions/julia-processcoverage@v1
@@ -57,7 +57,7 @@ jobs:
5757
- uses: julia-actions/setup-julia@v2
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: |

0 commit comments

Comments
 (0)