File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1212
1313permissions :
1414 # These permissions are needed to interact with GitHub's OIDC Token endpoint to fetch/set the AWS deployment credentials.
15+ # LG: 2025-02-11: this is outdated and not used - needs to be updated and made similar to deploy-dev.yml or deploy-prod.yml
1516 id-token : write
1617 contents : read
1718
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 environment : dev
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Setup Node
20- uses : actions/setup-node@v3
20+ uses : actions/setup-node@v4
2121 with :
22- node-version : ' 18 '
22+ node-version : ' 20 '
2323 - name : Setup
2424 run : yarn install
2525 - name : Yarn Audit
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 runs-on : ubuntu-latest
1616 environment : dev
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Setup Node
20- uses : actions/setup-node@v3
20+ uses : actions/setup-node@v4
2121 with :
22- node-version : ' 18 '
22+ node-version : ' 20 '
2323 - name : Setup
2424 run : yarn install
2525 - name : Yarn Audit
You can’t perform that action at this time.
0 commit comments