File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - flavor : makepkg-git
1717 architecture : i686
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : run in-place
2121 uses : ./
2222 with :
Original file line number Diff line number Diff line change 1717 if : github.event_name == 'workflow_dispatch' || github.event.repository.owner.login == 'git-for-windows'
1818 environment : git-for-windows-ci-push
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 repository : ${{ github.event.repository.full_name }}
2323 ref : ${{ inputs.branch }}${{ github.event.ref }}
Original file line number Diff line number Diff line change 1313 name : Publish GitHub Release from tag
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 token : ${{ secrets.PUSH_RELEASE_TRAINS_PAT }}
1919 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 build : # make sure build/ci work properly
1313 runs-on : windows-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - run : npm ci
1717 - run : npm run build
1818 - run : npm run lint
3636 test : # make sure the action works on a clean machine without building
3737 runs-on : windows-latest
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - name : Run this Action in-place
4141 uses : ./
4242 - name : Verify that the Bash of Git for Windows' SDK is used
You can’t perform that action at this time.
0 commit comments