diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 3b325860d8c..de58cdef5e9 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -37,7 +37,7 @@ jobs: run: cargo criterion --message-format json > criterion_output.log - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.0.1 + uses: aws-actions/configure-aws-credentials@v4.0.2 with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole role-session-name: s2ntlsghabenchsession diff --git a/.github/workflows/usage_guide.yml b/.github/workflows/usage_guide.yml index 07221781fdd..8078bdec870 100644 --- a/.github/workflows/usage_guide.yml +++ b/.github/workflows/usage_guide.yml @@ -49,7 +49,7 @@ jobs: folder: docs/usage-guide/book - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4.0.1 + uses: aws-actions/configure-aws-credentials@v4.0.2 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole