File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 2
2222
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102 steps :
103103 - name : Checkout
104- uses : actions/checkout@v5
104+ uses : actions/checkout@v6
105105 with :
106106 repository : ${{ github.repository }}.wiki
107107 - name : Download artifacts
Original file line number Diff line number Diff line change 2929 operating-system : [ubuntu-latest, windows-latest, macos-latest]
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 2
3535
Original file line number Diff line number Diff line change 3939 key : cache-v5
4040 steps :
4141 - name : Checkout
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343
4444 - name : Setup cache environment
4545 id : cache-env
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 steps :
2020 - name : Checkout release
2121 if : github.event_name != 'workflow_dispatch'
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Checkout tag
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 if : github.event_name == 'workflow_dispatch'
2727 with :
2828 ref : ${{ github.event.inputs.tag }}
You can’t perform that action at this time.
0 commit comments