From 146fcdf1e3c3049480537d8040ce4048f71111e5 Mon Sep 17 00:00:00 2001 From: Elamaran Shanmugam Date: Fri, 5 Jan 2024 12:17:42 -0500 Subject: [PATCH] Upgrade GHActions --- .github/workflows/e2e.yaml | 2 +- ci/buildspec.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c09696a5..0c225c52 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -34,7 +34,7 @@ jobs: token: ${{ secrets.CI_TOKEN }} status: pending - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/ci/buildspec.yml b/ci/buildspec.yml index 335e3f64..17c7537f 100644 --- a/ci/buildspec.yml +++ b/ci/buildspec.yml @@ -10,7 +10,7 @@ phases: runtime-versions: nodejs: 18 commands: - - n 18.17.0 + - n 20.10.0 - | if [ ! -z "${COMMIT_ID}" ]; then git fetch origin pull/${PR_NUMBER}/head:pr