File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 triage :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010 - uses : actions/labeler@master
1111 with :
1212 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 7474
7575 # TODO: This runnner is running on a self-hosted CPU. In order to upgrade
7676 # to v4, need to upgrade the machine to support node20.
77- - uses : actions/checkout@v3
77+ - uses : actions/checkout@v6
7878 with :
7979 submodules : ' true'
8080
Original file line number Diff line number Diff line change 3939 rm -rf ./.??* || true
4040
4141 # Checkout the VTR repo.
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343 with :
4444 submodules : ' true'
4545
@@ -146,7 +146,7 @@ jobs:
146146 with :
147147 python-version : 3.12.3
148148
149- - uses : actions/checkout@v4
149+ - uses : actions/checkout@v6
150150 with :
151151 submodules : ' true'
152152
You can’t perform that action at this time.
0 commit comments