This repository was archived by the owner on Sep 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +933
-628
lines changed Expand file tree Collapse file tree 4 files changed +933
-628
lines changed Original file line number Diff line number Diff line change 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
2525 uses : actions/setup-node@v4
2626 with :
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
4545 uses : actions/setup-node@v4
4646 with :
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
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
7676 uses : actions/setup-node@v4
7777 with :
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
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Install Python
1313 uses : " actions/setup-python@v5"
1414 with :
You can’t perform that action at this time.
0 commit comments