File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Check out repository
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Determine label based on target branch
17
17
id : determine-label
Original file line number Diff line number Diff line change 13
13
lint :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- name : Install pnpm
19
19
run : npm i -g pnpm@10
32
32
test :
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
37
37
- name : Install pnpm
38
38
run : npm i -g pnpm@10
57
57
build :
58
58
runs-on : ubuntu-latest
59
59
steps :
60
- - uses : actions/checkout@v4
60
+ - uses : actions/checkout@v5
61
61
62
62
- name : Install pnpm
63
63
run : npm i -g pnpm@10
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- name : Install pnpm
19
19
run : npm i -g pnpm@10
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout code
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Install pnpm
17
17
run : npm i -g pnpm@10
Original file line number Diff line number Diff line change 15
15
id-token : write
16
16
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
# ref: ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 14
14
id-token : write
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0
20
20
You can’t perform that action at this time.
0 commit comments