From 230e065dee0f29faf2c047b48d2e03bc0752cd00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:38:30 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6.1.1 to 6.1.3 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6.1.1 to 6.1.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/v6.1.1...v6.1.3) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-staging.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index ea49990f445c..c3e9f2abd981 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -32,7 +32,7 @@ jobs: # Deploy to S3 # See https://github.com/aws-actions/configure-aws-credentials - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.1.1 + uses: aws-actions/configure-aws-credentials@v6.1.3 with: role-to-assume: arn:aws:iam::823129359776:role/optiview-docs-github aws-region: us-west-2 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6d48ff68da34..e81c39bec897 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: # Deploy to S3 # See https://github.com/aws-actions/configure-aws-credentials - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.1.1 + uses: aws-actions/configure-aws-credentials@v6.1.3 with: role-to-assume: arn:aws:iam::548863597864:role/optiview-docs-github aws-region: us-west-2