File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 dir : ' ./DifferentiationInterfaceTest'
3636
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 - uses : julia-actions/setup-julia@v2
4040 with :
4141 version : ' 1' # TODO: 1
Original file line number Diff line number Diff line change 1818 pre-commit :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - uses : julia-actions/setup-julia@v2
2323 - uses : julia-actions/cache@v2
2424 - run : julia -e 'using Pkg; Pkg.add("Runic")'
Original file line number Diff line number Diff line change 4949 JULIA_DI_TEST_GROUP : ${{ matrix.group }}
5050 JULIA_DI_PR_DRAFT : ${{ github.event.pull_request.draft }}
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 - uses : julia-actions/setup-julia@v2
5454 with :
5555 version : ${{ matrix.version }}
@@ -134,7 +134,7 @@ jobs:
134134 JULIA_DI_TEST_GROUP : ${{ matrix.group }}
135135 JULIA_DI_PR_DRAFT : ${{ github.event.pull_request.draft }}
136136 steps :
137- - uses : actions/checkout@v5
137+ - uses : actions/checkout@v6
138138 - uses : julia-actions/setup-julia@v2
139139 with :
140140 version : ${{ matrix.version }}
@@ -190,7 +190,7 @@ jobs:
190190 JULIA_DIT_TEST_GROUP : ${{ matrix.group }}
191191 JULIA_DI_PR_DRAFT : ${{ github.event.pull_request.draft }}
192192 steps :
193- - uses : actions/checkout@v5
193+ - uses : actions/checkout@v6
194194 - uses : julia-actions/setup-julia@v2
195195 with :
196196 version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments