File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3535 steps :
3636 -
3737 name : Checkout
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 -
4040 name : Create matrix
4141 id : platforms
@@ -143,7 +143,7 @@ jobs:
143143 steps :
144144 -
145145 name : Checkout
146- uses : actions/checkout@v5
146+ uses : actions/checkout@v6
147147 -
148148 name : Create matrix
149149 id : platforms
Original file line number Diff line number Diff line change 4646 steps :
4747 -
4848 name : Checkout
49- uses : actions/checkout@v5
49+ uses : actions/checkout@v6
5050 with :
5151 fetch-depth : 2
5252 # CodeQL 2.16.4's auto-build added support for multi-module repositories,
Original file line number Diff line number Diff line change 4444 steps :
4545 -
4646 name : Checkout
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848 -
4949 name : Update daemon.json
5050 run : |
Original file line number Diff line number Diff line change 6060 steps :
6161 -
6262 name : Checkout
63- uses : actions/checkout@v5
63+ uses : actions/checkout@v6
6464 with :
6565 path : ${{ env.GOPATH }}/src/github.com/docker/cli
6666 -
Original file line number Diff line number Diff line change 4848 steps :
4949 -
5050 name : Checkout
51- uses : actions/checkout@v5
51+ uses : actions/checkout@v6
5252 -
5353 name : Generate
5454 shell : ' script --return --quiet --command "bash {0}"'
7474 steps :
7575 -
7676 name : Checkout
77- uses : actions/checkout@v5
77+ uses : actions/checkout@v6
7878 -
7979 name : Run
8080 shell : ' script --return --quiet --command "bash {0}"'
You can’t perform that action at this time.
0 commit comments