2020 name : Test
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - name : Use Node.js 20.x
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v5
2626 with :
2727 node-version : ' 22.x'
2828 - name : setup .npmrc
@@ -40,17 +40,17 @@ jobs:
4040 if : github.ref != 'refs/heads/main'
4141 needs : test
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - name : Use Node.js 20.x
45- uses : actions/setup-node@v4
45+ uses : actions/setup-node@v5
4646 with :
4747 node-version : ' 22.x'
4848 - name : setup .npmrc
4949 run : echo "//registry.npmjs.org/:_authToken=${{secrets.ADOBE_BOT_NPM_TOKEN}}" > .npmrc
5050 - run : npm install
5151
5252 - name : Configure AWS Credentials
53- uses : aws-actions/configure-aws-credentials@v4
53+ uses : aws-actions/configure-aws-credentials@v5
5454 with :
5555 aws-region : us-east-1
5656 role-to-assume : arn:aws:iam::118435662149:role/helix-gh-deploy-config-service
@@ -71,17 +71,17 @@ jobs:
7171 if : github.ref == 'refs/heads/main'
7272 needs : test
7373 steps :
74- - uses : actions/checkout@v4
74+ - uses : actions/checkout@v5
7575 - name : Use Node.js 20.x
76- uses : actions/setup-node@v4
76+ uses : actions/setup-node@v5
7777 with :
7878 node-version : ' 22.x'
7979 - name : setup .npmrc
8080 run : echo "//registry.npmjs.org/:_authToken=${{secrets.ADOBE_BOT_NPM_TOKEN}}" > .npmrc
8181 - run : npm install
8282
8383 - name : Configure AWS Credentials
84- uses : aws-actions/configure-aws-credentials@v4
84+ uses : aws-actions/configure-aws-credentials@v5
8585 with :
8686 aws-region : us-east-1
8787 role-to-assume : arn:aws:iam::118435662149:role/helix-gh-deploy-config-service
0 commit comments