Skip to content

Commit fe843cb

Browse files
Merge pull request #519 from SciML/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents 8d5c174 + 377d38b commit fe843cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/QA.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: julia-actions/setup-julia@v2
3232
with:
3333
version: ${{ matrix.version }}
34-
- uses: julia-actions/cache@v2
34+
- uses: julia-actions/cache@v3
3535
- name: "Instantiate test/jet"
3636
run: |
3737
julia --project=test/jet -e '

0 commit comments

Comments
 (0)