File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 23
23
${{ github.event.workflow_run.event == 'pull_request' &&
24
24
github.event.workflow_run.conclusion == 'success' }}
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
28
28
# restore records from the artifacts
29
29
- uses : dawidd6/action-download-artifact@v11
Original file line number Diff line number Diff line change 11
11
# runs-on: self-hosted
12
12
steps :
13
13
# setup
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : julia-actions/setup-julia@latest
16
16
with :
17
17
version : ' 1.10'
Original file line number Diff line number Diff line change 33
33
threads : 2
34
34
jet : ' true'
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- uses : julia-actions/install-juliaup@v2
38
38
with :
39
39
channel : ${{ matrix.version }}~${{ matrix.arch }}
Original file line number Diff line number Diff line change 45
45
version : ' 1'
46
46
threads : ' 1'
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
- uses : julia-actions/setup-julia@v1
50
50
with :
51
51
version : ${{ matrix.version }}
64
64
name : Documentation
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - uses : actions/checkout@v4
67
+ - uses : actions/checkout@v5
68
68
- uses : julia-actions/setup-julia@v1
69
69
with :
70
70
version : ' 1'
Original file line number Diff line number Diff line change 17
17
matrix :
18
18
version : ['1.10']
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- uses : julia-actions/setup-julia@v1
22
22
with :
23
23
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
- uses : julia-actions/setup-julia@v1
20
20
with :
21
21
version : ' 1'
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : julia-actions/cache@v2
24
24
- uses : julia-actions/julia-buildpkg@v1
25
25
- uses : julia-actions/julia-invalidations@v1
26
26
id : invs_pr
27
27
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
with :
30
30
ref : ${{ github.event.repository.default_branch }}
31
31
- uses : julia-actions/julia-buildpkg@v1
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout Actions Repository
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
- name : Check spelling
13
13
uses : crate-ci/typos@master
14
14
with :
You can’t perform that action at this time.
0 commit comments