From 1247dfc8f0dfd8bc2b44ba3dd654f25ac12dd9bc Mon Sep 17 00:00:00 2001 From: Chaitanya Potti Date: Tue, 19 Mar 2024 11:40:23 +0800 Subject: [PATCH] update actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc356c69..c0087880 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,10 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} cache: "npm" @@ -38,7 +38,7 @@ jobs: # Set the credentials from repository settings/secrets - name: Configure AWS credentials if: github.ref == 'refs/heads/master' - uses: aws-actions/configure-aws-credentials@v2 + 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 }} @@ -57,7 +57,7 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - name: Update AWS Cloudfront Config - uses: chaitanyapotti/cloudfront-update-distribution@v2 + uses: chaitanyapotti/cloudfront-update-distribution@v4 if: github.ref == 'refs/heads/master' with: cloudfront-distribution-id: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION_ID }}