File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - uses : pnpm/action-setup@v3.0 .0
16
+ - uses : pnpm/action-setup@v4.1 .0
17
17
name : Install pnpm
18
18
with :
19
19
version : 7.11.0
34
34
needs : cache
35
35
steps :
36
36
- uses : actions/checkout@v4
37
- - uses : pnpm/action-setup@v3.0 .0
37
+ - uses : pnpm/action-setup@v4.1 .0
38
38
name : Install pnpm
39
39
with :
40
40
version : 7.11.0
57
57
needs : [cache, lint]
58
58
steps :
59
59
- uses : actions/checkout@v4
60
- - uses : pnpm/action-setup@v3.0 .0
60
+ - uses : pnpm/action-setup@v4.1 .0
61
61
name : Install pnpm
62
62
with :
63
63
version : 7.11.0
@@ -104,7 +104,7 @@ jobs:
104
104
run : |
105
105
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
106
106
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
107
- - uses : pnpm/action-setup@v3.0 .0
107
+ - uses : pnpm/action-setup@v4.1 .0
108
108
name : Install pnpm
109
109
with :
110
110
version : 7.11.0
@@ -142,7 +142,7 @@ jobs:
142
142
needs : [cache, lint]
143
143
steps :
144
144
- uses : actions/checkout@v4
145
- - uses : pnpm/action-setup@v3.0 .0
145
+ - uses : pnpm/action-setup@v4.1 .0
146
146
name : Install pnpm
147
147
with :
148
148
version : 7.11.0
You can’t perform that action at this time.
0 commit comments