Skip to content

Commit 1dbd897

Browse files
authored
Merge pull request #183 from VirtualPlantLab/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents ebb15ab + 8468b21 commit 1dbd897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
version: ${{ matrix.version }}
3939
arch: ${{ matrix.arch }}
40-
- uses: julia-actions/cache@v2
40+
- uses: julia-actions/cache@v3
4141
- uses: julia-actions/julia-buildpkg@v1
4242
- uses: julia-actions/julia-runtest@v1
4343
env:
@@ -58,7 +58,7 @@ jobs:
5858
- uses: julia-actions/setup-julia@v2
5959
with:
6060
version: "1"
61-
- uses: julia-actions/cache@v2
61+
- uses: julia-actions/cache@v3
6262
- name: Configure doc environment
6363
shell: julia --project=docs --color=yes {0}
6464
run: |

0 commit comments

Comments
 (0)