File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
name : CI cache
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : pnpm/action-setup@v4.1.0
17
17
name : Install pnpm
18
18
with :
33
33
runs-on : ubuntu-latest
34
34
needs : cache
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- uses : pnpm/action-setup@v4.1.0
38
38
name : Install pnpm
39
39
with :
56
56
timeout-minutes : 15
57
57
needs : [cache, lint]
58
58
steps :
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@v5
60
60
- uses : pnpm/action-setup@v4.1.0
61
61
name : Install pnpm
62
62
with :
96
96
runs-on : ubuntu-latest
97
97
needs : [cache, lint, test]
98
98
steps :
99
- - uses : actions/checkout@v4
99
+ - uses : actions/checkout@v5
100
100
with :
101
101
# pulls all commits (needed for lerna / semantic release to correctly version)
102
102
fetch-depth : " 0"
@@ -141,7 +141,7 @@ jobs:
141
141
runs-on : ubuntu-latest
142
142
needs : [cache, lint]
143
143
steps :
144
- - uses : actions/checkout@v4
144
+ - uses : actions/checkout@v5
145
145
- uses : pnpm/action-setup@v4.1.0
146
146
name : Install pnpm
147
147
with :
You can’t perform that action at this time.
0 commit comments