Skip to content

Commit 8f25ae6

Browse files
authored
set julia-cache action to v2 (#30)
1 parent be8e90b commit 8f25ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v4
42-
- uses: julia-actions/cache@v1
42+
- uses: julia-actions/cache@v2
4343
- name: Install JuliaFormatter and format
4444
run: |
4545
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'

0 commit comments

Comments
 (0)