From c6480962f29129fa90c2e4783ba47d903667cd18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:33:47 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6.2.2 to 6.2.3 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.2.2 to 6.2.3. - [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/6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.3 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 2582e254..d8cdadd7 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@6.2.2 + uses: aws-actions/configure-aws-credentials@v6.2.3 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 1def63e4..42b071dd 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@6.2.2 + uses: aws-actions/configure-aws-credentials@v6.2.3 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 ce3a26b9..f90bcbf5 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@6.2.2 + uses: aws-actions/configure-aws-credentials@v6.2.3 with: aws-region: eu-south-1 role-to-assume: arn:aws:iam::058264335177:role/zaphiro-github-role-demo