File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444# GITHUB REPO CHECKOUT
4545# ###############################################
4646 steps :
47- - uses : actions/checkout@v2
47+ - uses : actions/checkout@v4
4848 with :
4949 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
5050
@@ -53,16 +53,16 @@ jobs:
5353# NODE ENV
5454# ###############################################
5555 - name : Setup Node.js environment
56- uses : actions/setup-node@v2
56+ uses : actions/setup-node@v4
5757 with :
58- node-version : ' 14 '
58+ node-version : ' 20 '
5959
6060
6161# ###############################################
6262# NODE MODULES CACHE
6363# ###############################################
6464 - name : Cache node modules
65- uses : actions/cache@v2
65+ uses : actions/cache@v4
6666 id : cache-node-modules
6767 env :
6868 cache-name : cache
9898# AWS CLI CONFIGURATION - DEVOPS
9999# ###############################################
100100 - name : Configure AWS credentials from $STACK_NAME account in $REGION region
101- uses : aws-actions/configure-aws-credentials@v1
101+ uses : aws-actions/configure-aws-credentials@v4
102102 with :
103103 aws-access-key-id : ${{ secrets.DEVOPS_AWS_ACCESS_KEY_ID }}
104104 aws-secret-access-key : ${{ secrets.DEVOPS_AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments