diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 3a07798ee5e..c9971fa7555 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -34,7 +34,7 @@ jobs: run: cargo criterion --message-format json > criterion_output.log - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4.1.8 + uses: aws-actions/configure-aws-credentials@v4.0.1 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 b8893c177dd..40ac2163646 100644 --- a/.github/workflows/usage_guide.yml +++ b/.github/workflows/usage_guide.yml @@ -48,7 +48,7 @@ jobs: folder: docs/usage-guide/book - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4.1.8 + uses: aws-actions/configure-aws-credentials@v4.0.1 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 @@ -64,7 +64,7 @@ jobs: URL="$CDN/$TARGET/index.html" echo "URL=$URL" >> $GITHUB_OUTPUT - - name: Output mdbook url + - name: Output mdbook url uses: ouzi-dev/commit-status-updater@v2.0.1 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: