File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020 - name : Set up Node.js 24.x
21- uses : actions/setup-node@v6
21+ uses : actions/setup-node@v7
2222 with :
2323 node-version : ' 24.x'
2424
4444 if : github.ref != 'refs/heads/main'
4545 needs : test
4646 steps :
47- - uses : actions/checkout@v6
47+ - uses : actions/checkout@v7
4848 - name : Use Node.js 24.x
49- uses : actions/setup-node@v6
49+ uses : actions/setup-node@v7
5050 with :
5151 node-version : ' 24.x'
5252 - name : extracting last commit message
@@ -82,12 +82,12 @@ jobs:
8282 if : github.ref == 'refs/heads/main'
8383 needs : test
8484 steps :
85- - uses : actions/checkout@v6
85+ - uses : actions/checkout@v7
8686 with :
8787 persist-credentials : true
8888 token : ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
8989 - name : Use Node.js 24.x
90- uses : actions/setup-node@v6
90+ uses : actions/setup-node@v7
9191 with :
9292 node-version : ' 24.x'
9393 - name : extracting last commit message
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Check out repository
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 - name : Use email bot
1919 uses : adobecom/da-email-bot@main
2020 env :
Original file line number Diff line number Diff line change 3333 "@semantic-release/exec" : " 7.1.0" ,
3434 "@semantic-release/git" : " 10.0.1" ,
3535 "aws-sdk-client-mock" : " 4.1.0" ,
36- "c8" : " 11 .0.0" ,
36+ "c8" : " 12 .0.0" ,
3737 "dotenv" : " 17.4.2" ,
3838 "eslint" : " 9.4.0" ,
3939 "esmock" : " 2.7.6" ,
4040 "husky" : " 9.1.7" ,
41- "js-yaml" : " 4.1 .1" ,
41+ "js-yaml" : " 5.2 .1" ,
4242 "lint-staged" : " 17.0.7" ,
4343 "mocha" : " 11.7.6" ,
4444 "s3rver" : " 3.7.1" ,
5656 "@adobe/helix-shared-process-queue" : " 3.1.5" ,
5757 "@aws-sdk/client-s3" : " 3.726.1" ,
5858 "@aws-sdk/s3-request-presigner" : " ^3.468.0" ,
59- "@cloudflare/workers-types" : " 4.20260616 .1" ,
59+ "@cloudflare/workers-types" : " 5.20260716 .1" ,
6060 "@ssttevee/cfw-formdata-polyfill" : " 0.2.1" ,
6161 "jose" : " 6.2.3"
6262 }
You can’t perform that action at this time.
0 commit comments