File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout 🛎️
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
18
18
- uses : pnpm/action-setup@v4
19
19
name : Install pnpm
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
ref : refs/pull/${{ github.event.pull_request.number }}/merge
19
19
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
ref : refs/pull/${{ github.event.pull_request.number }}/merge
38
38
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- name : Checkout
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
with :
56
56
ref : refs/pull/${{ github.event.pull_request.number }}/merge
57
57
79
79
runs-on : ubuntu-latest
80
80
steps :
81
81
- name : Checkout
82
- uses : actions/checkout@v4
82
+ uses : actions/checkout@v5
83
83
with :
84
84
ref : refs/pull/${{ github.event.pull_request.number }}/merge
85
85
@@ -101,7 +101,7 @@ jobs:
101
101
runs-on : ubuntu-latest
102
102
steps :
103
103
- name : Checkout
104
- uses : actions/checkout@v4
104
+ uses : actions/checkout@v5
105
105
with :
106
106
ref : refs/pull/${{ github.event.pull_request.number }}/merge
107
107
@@ -123,7 +123,7 @@ jobs:
123
123
runs-on : ubuntu-latest
124
124
steps :
125
125
- name : Checkout
126
- uses : actions/checkout@v4
126
+ uses : actions/checkout@v5
127
127
with :
128
128
ref : refs/pull/${{ github.event.pull_request.number }}/merge
129
129
You can’t perform that action at this time.
0 commit comments