diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7383347a..5f3e4b88 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: name: dist - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v3 with: role-to-assume: ${{ secrets.aws-role-arn }} role-session-name: mnemonic-ninja-ci