File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
arch :
25
25
- x64
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- uses : julia-actions/setup-julia@v1
29
29
with :
30
30
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 15
15
build :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : julia-actions/setup-julia@latest
20
20
- uses : julia-actions/cache@v1
21
21
- name : Install dependencies
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Clone the repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- name : Checkout the pull request code # this checks out the actual branch so that one can commit into it
16
16
if : github.event_name == 'issue_comment'
17
17
env :
You can’t perform that action at this time.
0 commit comments