File tree Expand file tree Collapse file tree 3 files changed +409
-593
lines changed Expand file tree Collapse file tree 3 files changed +409
-593
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Check out
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
persist-credentials : ' false'
22
22
- name : Setup Node & NPM
61
61
if : github.ref == 'refs/heads/main'
62
62
steps :
63
63
- name : Check out
64
- uses : actions/checkout@v4
64
+ uses : actions/checkout@v5
65
65
with :
66
66
persist-credentials : ' false'
67
67
90
90
if : github.ref == 'refs/heads/main'
91
91
steps :
92
92
- name : Check out
93
- uses : actions/checkout@v4
93
+ uses : actions/checkout@v5
94
94
with :
95
95
persist-credentials : ' false'
96
96
@@ -115,7 +115,7 @@ jobs:
115
115
if : github.ref != 'refs/heads/main'
116
116
steps :
117
117
- name : Check out
118
- uses : actions/checkout@v4
118
+ uses : actions/checkout@v5
119
119
with :
120
120
persist-credentials : ' false'
121
121
You can’t perform that action at this time.
0 commit comments