File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-22.04
1616 steps :
1717 - name : Checkout PR branch
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 ref : ${{ github.event.pull_request.head.sha }}
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout PR branch
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Setup Python
2323 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2626 os : ubuntu-24.04
2727
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232
Original file line number Diff line number Diff line change 6161 micromamba_shell_init : cmd.exe
6262
6363 steps :
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565 with :
6666 fetch-depth : 0
6767
@@ -206,7 +206,7 @@ jobs:
206206 os : macos-15
207207
208208 steps :
209- - uses : actions/checkout@v5
209+ - uses : actions/checkout@v6
210210 with :
211211 fetch-depth : 0
212212
You can’t perform that action at this time.
0 commit comments