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:
1515 matrix :
1616 package :
1717 - {user: TuringLang, repo: DynamicPPL.jl}
18+
1819 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
2123 with :
2224 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+
2530 - name : Clone Downstream
26- uses : actions/checkout@v2
31+ uses : actions/checkout@v5
2732 with :
2833 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
2934 path : downstream
35+
3036 - name : Load this and run the downstream tests
3137 shell : julia --color=yes --project=downstream {0}
3238 run : |
You can’t perform that action at this time.
0 commit comments