This repository was archived by the owner on Nov 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
- " 1"
22
22
- " 1.6"
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- uses : julia-actions/setup-julia@v1
26
26
with :
27
27
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
- { user: LuxDL, repo: LuxTestUtils.jl, group: All }
29
29
if : contains(github.event.pull_request.labels.*.name, 'run downstream test')
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- uses : julia-actions/setup-julia@v1
33
33
with :
34
34
version : ${{ matrix.julia-version }}
35
35
arch : x64
36
36
- uses : julia-actions/julia-buildpkg@v1
37
37
- name : Clone Downstream
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
with :
40
40
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
41
41
path : downstream
Original file line number Diff line number Diff line change 21
21
with :
22
22
version : ${{ matrix.julia-version }}
23
23
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- name : Install JuliaFormatter and format
26
26
run : |
27
27
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
- name : Install JuliaFormatter and format
11
11
run : |
12
12
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- uses : julia-actions/setup-julia@v1
20
20
with :
21
21
version : " 1"
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : julia-actions/julia-buildpkg@v1
24
24
- uses : julia-actions/julia-invalidations@v1
25
25
id : invs_pr
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
ref : ${{ github.event.repository.default_branch }}
30
30
- uses : julia-actions/julia-buildpkg@v1
You can’t perform that action at this time.
0 commit comments