Skip to content

Commit 2331fb5

Browse files
add depot caching (#25)
1 parent 892fa72 commit 2331fb5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
build:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
34+
- uses: julia-actions/cache@v1
3435
- name: Install JuliaFormatter and format
3536
run: |
3637
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ runs:
55
steps:
66
- uses: actions/checkout@v4
77
- uses: julia-actions/setup-julia@v1
8+
- uses: julia-actions/cache@v1
89
- name: 'Install JuliaFormatter'
910
run: |
1011
julia -e '

0 commit comments

Comments
 (0)