Skip to content

Commit b564136

Browse files
committed
Merge branch 'trunk' of https://github.com/intersective/docs into trunk
2 parents 33dc40e + 357a1f2 commit b564136

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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
@@ -98,7 +98,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)