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 16
16
- flavor : makepkg-git
17
17
architecture : i686
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : run in-place
21
21
uses : ./
22
22
with :
Original file line number Diff line number Diff line change 17
17
if : github.event_name == 'workflow_dispatch' || github.event.repository.owner.login == 'git-for-windows'
18
18
environment : git-for-windows-ci-push
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
with :
22
22
repository : ${{ github.event.repository.full_name }}
23
23
ref : ${{ inputs.branch }}${{ github.event.ref }}
Original file line number Diff line number Diff line change 13
13
name : Publish GitHub Release from tag
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
with :
18
18
token : ${{ secrets.PUSH_RELEASE_TRAINS_PAT }}
19
19
fetch-depth : 0
Original file line number Diff line number Diff line change 12
12
build : # make sure build/ci work properly
13
13
runs-on : windows-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- run : npm ci
17
17
- run : npm run build
18
18
- run : npm run lint
36
36
test : # make sure the action works on a clean machine without building
37
37
runs-on : windows-latest
38
38
steps :
39
- - uses : actions/checkout@v4
39
+ - uses : actions/checkout@v5
40
40
- name : Run this Action in-place
41
41
uses : ./
42
42
- name : Verify that the Bash of Git for Windows' SDK is used
You can’t perform that action at this time.
0 commit comments