From 8e2d02296bcf12c081e192c60f3cb80d77f4f76a Mon Sep 17 00:00:00 2001 From: Henry Griffiths <42880130+henrygriffiths@users.noreply.github.com> Date: Thu, 4 Sep 2025 18:58:13 -0500 Subject: [PATCH] ci: update configure-aws-credentials to v5 (#1470) BEGIN_COMMIT_OVERRIDE chore: update configure-aws-credentials to v5 (#1470) END_COMMIT_OVERRIDE --- .github/workflows/automerge-approved-prs.yml | 2 +- .github/workflows/dependabot-autoapprove.yml | 2 +- .github/workflows/package-dist.yml | 2 +- .github/workflows/release-please.yml | 2 +- examples/cfn-deploy-example/.github/workflows/deploy.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/automerge-approved-prs.yml b/.github/workflows/automerge-approved-prs.yml index 969a204..696e304 100644 --- a/.github/workflows/automerge-approved-prs.yml +++ b/.github/workflows/automerge-approved-prs.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: ${{ secrets.SECRETS_AWS_PACKAGING_ROLE_TO_ASSUME }} diff --git a/.github/workflows/dependabot-autoapprove.yml b/.github/workflows/dependabot-autoapprove.yml index 68ceb2b..ec8c659 100644 --- a/.github/workflows/dependabot-autoapprove.yml +++ b/.github/workflows/dependabot-autoapprove.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 name: Clone repo - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: ${{ secrets.CONFIGUREAWSCREDENTIALSPACKAGEROLEARN }} diff --git a/.github/workflows/package-dist.yml b/.github/workflows/package-dist.yml index 82a7474..3b1f331 100644 --- a/.github/workflows/package-dist.yml +++ b/.github/workflows/package-dist.yml @@ -28,7 +28,7 @@ jobs: npm test npm run package - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: ${{ secrets.SECRETS_AWS_PACKAGING_ROLE_TO_ASSUME }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3ad6fc6..a69b57b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,7 +20,7 @@ fetch-depth: 0 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-west-2 role-to-assume: ${{ secrets.SECRETS_AWS_PACKAGING_ROLE_TO_ASSUME }} diff --git a/examples/cfn-deploy-example/.github/workflows/deploy.yml b/examples/cfn-deploy-example/.github/workflows/deploy.yml index 4885aae..43565a0 100644 --- a/examples/cfn-deploy-example/.github/workflows/deploy.yml +++ b/examples/cfn-deploy-example/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: us-east-1 ## the following creates an ARN based on the values entered into github secrets