From 7a4a67c74c520bfced208346480321ad7cdf1e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 14:24:52 +0000 Subject: [PATCH] Bump aws-actions/configure-aws-credentials from 6 to 6.1.1 Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 6 to 6.1.1. - [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...v6.1.1) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 47716f218157..ea49990f445c 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 + uses: aws-actions/configure-aws-credentials@v6.1.1 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 e1353d99a605..6d48ff68da34 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 + uses: aws-actions/configure-aws-credentials@v6.1.1 with: role-to-assume: arn:aws:iam::548863597864:role/optiview-docs-github aws-region: us-west-2