Skip to content

Commit 29810d2

Browse files
Merge pull request #74 from ArndtLab/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents 9989895 + 3beb7e0 commit 29810d2

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
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: ${{ matrix.version }}
3636
arch: ${{ matrix.arch }}
37-
- uses: julia-actions/cache@v2
37+
- uses: julia-actions/cache@v3
3838
- run: julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/ArndtLab/JuliaRegistry.git"))'
3939
shell: bash
4040
- uses: julia-actions/julia-buildpkg@v1
@@ -53,7 +53,7 @@ jobs:
5353
- uses: julia-actions/setup-julia@v2
5454
with:
5555
version: '1'
56-
- uses: julia-actions/cache@v2
56+
- uses: julia-actions/cache@v3
5757
- name: Configure doc environment
5858
shell: julia --project=docs --color=yes {0}
5959
run: |

0 commit comments

Comments
 (0)