File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 arch : ' x64'
3333 llvm_args : ' --opaque-pointers'
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 0 # build_ci.jl needs to be able to inspect the git log
3838 - name : Clone Downstream
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 repository : EnzymeAD/Enzyme.jl
4242 path : downstream
Original file line number Diff line number Diff line change 1616 if : github.event.pull_request.draft == false
1717 steps :
1818 - name : Check out repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : ${{github.event.pull_request.head.ref}}
2222 repository : ${{github.event.pull_request.head.repo.full_name}}
Original file line number Diff line number Diff line change 4949 arch : ' x64'
5050 llvm_args : ' --opaque-pointers'
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
5353 with :
5454 fetch-depth : 0 # build_ci.jl needs to be able to inspect the git log
5555
@@ -127,7 +127,7 @@ jobs:
127127 os : ' ubuntu-latest'
128128 arch : ' x64'
129129 steps :
130- - uses : actions/checkout@v4
130+ - uses : actions/checkout@v5
131131 with :
132132 fetch-depth : 0 # build_ci.jl needs to be able to inspect the git log
133133
@@ -185,7 +185,7 @@ jobs:
185185 name : Documentation
186186 runs-on : ubuntu-latest
187187 steps :
188- - uses : actions/checkout@v4
188+ - uses : actions/checkout@v5
189189 - uses : julia-actions/setup-julia@latest
190190 with :
191191 version : ' 1.11'
You can’t perform that action at this time.
0 commit comments