From 0f4a01311e6785d2552cea09fb5698fd89884ba8 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Fri, 29 Sep 2023 15:11:33 -0400 Subject: [PATCH] ci: use a newer version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b637f62..0d76f46 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: - name: Build Site run: npm run build - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_OIDC_ROLE }} role-session-name: GitHub-Action-Role