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:
2727 runs-on : ubuntu-latest
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 with :
3232 path : main
3333
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 with :
3636 repository : " ${{ github.repository }}.wiki"
3737 path : wiki
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 if : github.event_name != 'workflow_dispatch'
33- # - uses: actions/checkout@v4
33+ # - uses: actions/checkout@v5
3434 # if: github.event_name == 'workflow_dispatch'
3535 # with:
3636 # ref: ${{inputs.base_commit}}
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Set up MSVC Dev tools
2525 uses : ilammy/msvc-dev-cmd@v1
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0 # Needed to fetch all tags
1717
Original file line number Diff line number Diff line change 1616 tag : ${{ steps.get-version.outputs.tag }}
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0 # Needed to fetch all tags
2222
You can’t perform that action at this time.
0 commit comments