From c894acba12a2a070f7cfc38f65ffe815aadfb00a Mon Sep 17 00:00:00 2001 From: Ru Chern Chong Date: Mon, 30 Oct 2023 04:44:27 +0800 Subject: [PATCH] Upgrade AWS actions version --- .github/workflows/sst.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sst.yml b/.github/workflows/sst.yml index afd54ed..e55b842 100644 --- a/.github/workflows/sst.yml +++ b/.github/workflows/sst.yml @@ -17,10 +17,9 @@ jobs: uses: actions/checkout@v3 - uses: oven-sh/setup-bun@v1 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: arn:aws:iam::173188516302:role/GitHub - role-duration-seconds: 14390 #adjust as needed for your build time aws-region: ap-southeast-1 - name: Deploy app run: |