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 44
44
# GITHUB REPO CHECKOUT
45
45
# ###############################################
46
46
steps :
47
- - uses : actions/checkout@v2
47
+ - uses : actions/checkout@v4
48
48
with :
49
49
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
50
50
@@ -53,16 +53,16 @@ jobs:
53
53
# NODE ENV
54
54
# ###############################################
55
55
- name : Setup Node.js environment
56
- uses : actions/setup-node@v2
56
+ uses : actions/setup-node@v4
57
57
with :
58
- node-version : ' 14 '
58
+ node-version : ' 20 '
59
59
60
60
61
61
# ###############################################
62
62
# NODE MODULES CACHE
63
63
# ###############################################
64
64
- name : Cache node modules
65
- uses : actions/cache@v2
65
+ uses : actions/cache@v4
66
66
id : cache-node-modules
67
67
env :
68
68
cache-name : cache
98
98
# AWS CLI CONFIGURATION - DEVOPS
99
99
# ###############################################
100
100
- 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
102
102
with :
103
103
aws-access-key-id : ${{ secrets.DEVOPS_AWS_ACCESS_KEY_ID }}
104
104
aws-secret-access-key : ${{ secrets.DEVOPS_AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments