From f898c0915d99b079764bdad93c4326c43fa0b1b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:32:58 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v6.2.1...6.2.2) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/golang.yaml | 2 +- .github/workflows/js.yaml | 2 +- .github/workflows/python.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 4edaf84c..5d092ac6 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -148,7 +148,7 @@ jobs: - name: Configure AWS Credentials if: ${{ inputs.pull-dvc-datasets }} id: creds - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@6.2.2 with: aws-region: eu-south-1 role-to-assume: arn:aws:iam::058264335177:role/zaphiro-github-role-demo diff --git a/.github/workflows/js.yaml b/.github/workflows/js.yaml index e94f201b..cbb1ca8f 100644 --- a/.github/workflows/js.yaml +++ b/.github/workflows/js.yaml @@ -131,7 +131,7 @@ jobs: - name: Configure AWS Credentials if: ${{ inputs.pull-dvc-datasets }} id: creds - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@6.2.2 with: aws-region: eu-south-1 role-to-assume: arn:aws:iam::058264335177:role/zaphiro-github-role-demo diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 007c67cb..fe63740e 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -176,7 +176,7 @@ jobs: - name: Configure AWS Credentials if: ${{ inputs.pull-dvc-datasets }} id: creds - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@6.2.2 with: aws-region: eu-south-1 role-to-assume: arn:aws:iam::058264335177:role/zaphiro-github-role-demo