File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,24 @@ jobs:
15
15
matrix :
16
16
package :
17
17
- {user: TuringLang, repo: DynamicPPL.jl}
18
+
18
19
steps :
19
- - uses : actions/checkout@v2
20
- - uses : julia-actions/setup-julia@v1
20
+ - uses : actions/checkout@v5
21
+
22
+ - uses : julia-actions/setup-julia@v2
21
23
with :
22
24
version : 1
23
- arch : x64
24
- - uses : julia-actions/julia-buildpkg@latest
25
+
26
+ - uses : julia-actions/cache@v2
27
+
28
+ - uses : julia-actions/julia-buildpkg@v1
29
+
25
30
- name : Clone Downstream
26
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v5
27
32
with :
28
33
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
29
34
path : downstream
35
+
30
36
- name : Load this and run the downstream tests
31
37
shell : julia --color=yes --project=downstream {0}
32
38
run : |
You can’t perform that action at this time.
0 commit comments