From 29f03d3dd1061fb50198326b52b30b277e321d6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:16:22 +0000 Subject: [PATCH] chore(deps): update aws-actions/configure-aws-credentials action to v6 --- .github/workflows/release-pgvector.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-pgvector.yml b/.github/workflows/release-pgvector.yml index f8e797606..4d9f75233 100644 --- a/.github/workflows/release-pgvector.yml +++ b/.github/workflows/release-pgvector.yml @@ -207,7 +207,7 @@ jobs: path: ./artifacts - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::216938125589:role/alien-releases-upload aws-region: us-east-1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecd3a7c0c..64616d865 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1429,7 +1429,7 @@ jobs: merge-multiple: false - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::216938125589:role/alien-releases-upload aws-region: us-east-1 @@ -2123,7 +2123,7 @@ jobs: timeout-minutes: 5 steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::216938125589:role/alien-releases-upload aws-region: us-east-1