diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 309c04b..0b4dcd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: - name: Configure AWS credentials if: github.repository == 'demosdemon/git-remote-codecommit' continue-on-error: true - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@v6.2.3 env: RUST_BACKTRACE: 1 AWS_REGION: us-west-2 @@ -230,7 +230,7 @@ jobs: fetch-depth: 0 # need the history in order to push to CodeCommit - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@v6.2.3 with: role-to-assume: arn:aws:iam::339712996426:role/github-git-remote-codecommit aws-region: ${{ env.AWS_REGION }}