From 669973baa9619ea78b1d0703d88c03049556cc31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 20:44:39 -0400 Subject: [PATCH] Update aws-actions/configure-aws-credentials digest to 351d894 (#15845) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 805754ec3..a26b07f9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1794,7 +1794,7 @@ jobs: run: chmod +x ./uv - name: "Configure AWS credentials" - uses: aws-actions/configure-aws-credentials@8e2d02296bcf12c081e192c60f3cb80d77f4f76a + uses: aws-actions/configure-aws-credentials@351d894493fd3289754a5471c0892ba92fa0abe2 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}