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 @@ -27,11 +27,11 @@ jobs:
27
27
runs-on : ubuntu-latest
28
28
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
with :
32
32
path : main
33
33
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
with :
36
36
repository : " ${{ github.repository }}.wiki"
37
37
path : wiki
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
30
30
steps :
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
if : github.event_name != 'workflow_dispatch'
33
- # - uses: actions/checkout@v4
33
+ # - uses: actions/checkout@v5
34
34
# if: github.event_name == 'workflow_dispatch'
35
35
# with:
36
36
# ref: ${{inputs.base_commit}}
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
- name : Set up MSVC Dev tools
25
25
uses : ilammy/msvc-dev-cmd@v1
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0 # Needed to fetch all tags
17
17
Original file line number Diff line number Diff line change 16
16
tag : ${{ steps.get-version.outputs.tag }}
17
17
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0 # Needed to fetch all tags
22
22
You can’t perform that action at this time.
0 commit comments