Skip to content

Commit c084670

Browse files
authored
Merge pull request #6 from JuliaDecisionFocusedLearning/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents 13d2398 + 9c21177 commit c084670

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
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
version: ${{ matrix.version }}
3737
arch: ${{ matrix.arch }}
38-
- uses: julia-actions/cache@v2
38+
- uses: julia-actions/cache@v3
3939
- uses: julia-actions/julia-buildpkg@v1
4040
- uses: julia-actions/julia-runtest@v1
4141
- uses: julia-actions/julia-processcoverage@v1
@@ -56,7 +56,7 @@ jobs:
5656
- uses: julia-actions/setup-julia@v2
5757
with:
5858
version: '1'
59-
- uses: julia-actions/cache@v2
59+
- uses: julia-actions/cache@v3
6060
- name: Configure doc environment
6161
shell: julia --project=docs --color=yes {0}
6262
run: |

0 commit comments

Comments
 (0)