File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1058,7 +1058,7 @@ jobs:
1058
1058
uses : actions/checkout@v4
1059
1059
with :
1060
1060
ref : ${{ env.HEAD_COMMIT }}
1061
- - uses : pnpm/action-setup@v2
1061
+ - uses : pnpm/action-setup@v4
1062
1062
with :
1063
1063
version : 8.3.1
1064
1064
- name : Set up Node
@@ -1155,7 +1155,7 @@ jobs:
1155
1155
uses : actions/checkout@v4
1156
1156
with :
1157
1157
ref : ${{ env.HEAD_COMMIT }}
1158
- - uses : pnpm/action-setup@v2
1158
+ - uses : pnpm/action-setup@v4
1159
1159
with :
1160
1160
version : 8.3.1
1161
1161
- name : Set up Node
@@ -1234,7 +1234,7 @@ jobs:
1234
1234
uses : actions/checkout@v4
1235
1235
with :
1236
1236
ref : ${{ env.HEAD_COMMIT }}
1237
- - uses : pnpm/action-setup@v2
1237
+ - uses : pnpm/action-setup@v4
1238
1238
with :
1239
1239
version : 8.3.1
1240
1240
- name : Set up Node
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
uses : actions/checkout@v4
102
102
with :
103
103
ref : ${{ env.HEAD_COMMIT }}
104
- - uses : pnpm/action-setup@v2
104
+ - uses : pnpm/action-setup@v4
105
105
with :
106
106
version : 8.3.1
107
107
You can’t perform that action at this time.
0 commit comments