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 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Check out
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 persist-credentials : ' false'
2222 - name : Setup Node & NPM
4141 if : github.ref == 'refs/heads/main'
4242 steps :
4343 - name : Check out
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 persist-credentials : ' false'
4747
7070 if : github.ref == 'refs/heads/main'
7171 steps :
7272 - name : Check out
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474 with :
7575 persist-credentials : ' false'
7676
9595 if : github.ref != 'refs/heads/main'
9696 steps :
9797 - name : Check out
98- uses : actions/checkout@v4
98+ uses : actions/checkout@v5
9999 with :
100100 persist-credentials : ' false'
101101
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Setup Node & NPM
2020 uses : ./.github/actions/setup-node-npm
Original file line number Diff line number Diff line change 101101 "psl" : " 1.15.0" ,
102102 "slack-block-builder" : " 2.8.0" ,
103103 "urijs" : " 1.19.11" ,
104- "zod" : " 3.25.76 "
104+ "zod" : " 4.0.17 "
105105 },
106106 "devDependencies" : {
107107 "@adobe/eslint-config-helix" : " 2.0.9" ,
110110 "@adobe/helix-universal-devserver" : " 1.1.133" ,
111111 "@adobe/semantic-release-coralogix" : " 1.1.38" ,
112112 "@adobe/semantic-release-skms-cmr" : " 1.1.5" ,
113- "@redocly/cli" : " 1.34.5 " ,
113+ "@redocly/cli" : " 2.0.3 " ,
114114 "@semantic-release/changelog" : " 6.0.3" ,
115115 "@semantic-release/exec" : " 7.1.0" ,
116116 "@semantic-release/git" : " 10.0.1" ,
119119 "c8" : " 10.1.3" ,
120120 "chai" : " 5.2.1" ,
121121 "chai-as-promised" : " 8.0.1" ,
122- "dotenv" : " 16.6 .1" ,
122+ "dotenv" : " 17.2 .1" ,
123123 "eslint" : " 8.57.1" ,
124124 "esmock" : " 2.7.1" ,
125125 "form-data" : " 4.0.4" ,
You can’t perform that action at this time.
0 commit comments