File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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 11
11
name : Build
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- run : npm ci
16
16
- run : npm run lint
17
17
- run : npm run test
You can’t perform that action at this time.
0 commit comments