File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
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
41
41
if : github.ref == 'refs/heads/main'
42
42
steps :
43
43
- name : Check out
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
with :
46
46
persist-credentials : ' false'
47
47
70
70
if : github.ref == 'refs/heads/main'
71
71
steps :
72
72
- name : Check out
73
- uses : actions/checkout@v4
73
+ uses : actions/checkout@v5
74
74
with :
75
75
persist-credentials : ' false'
76
76
95
95
if : github.ref != 'refs/heads/main'
96
96
steps :
97
97
- name : Check out
98
- uses : actions/checkout@v4
98
+ uses : actions/checkout@v5
99
99
with :
100
100
persist-credentials : ' false'
101
101
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Setup Node & NPM
20
20
uses : ./.github/actions/setup-node-npm
Original file line number Diff line number Diff line change 101
101
"psl" : " 1.15.0" ,
102
102
"slack-block-builder" : " 2.8.0" ,
103
103
"urijs" : " 1.19.11" ,
104
- "zod" : " 3.25.76 "
104
+ "zod" : " 4.0.17 "
105
105
},
106
106
"devDependencies" : {
107
107
"@adobe/eslint-config-helix" : " 2.0.9" ,
110
110
"@adobe/helix-universal-devserver" : " 1.1.136" ,
111
111
"@adobe/semantic-release-coralogix" : " 1.1.38" ,
112
112
"@adobe/semantic-release-skms-cmr" : " 1.1.5" ,
113
- "@redocly/cli" : " 1.34.5 " ,
113
+ "@redocly/cli" : " 2.0.6 " ,
114
114
"@semantic-release/changelog" : " 6.0.3" ,
115
115
"@semantic-release/exec" : " 7.1.0" ,
116
116
"@semantic-release/git" : " 10.0.1" ,
119
119
"c8" : " 10.1.3" ,
120
120
"chai" : " 5.2.1" ,
121
121
"chai-as-promised" : " 8.0.1" ,
122
- "dotenv" : " 16.6 .1" ,
122
+ "dotenv" : " 17.2 .1" ,
123
123
"eslint" : " 8.57.1" ,
124
124
"esmock" : " 2.7.1" ,
125
125
"form-data" : " 4.0.4" ,
You can’t perform that action at this time.
0 commit comments