From f647c1650bb25b748cf6377104e2c3af0488d94f Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 1 Jan 2026 03:33:04 +0000 Subject: [PATCH] chore(deps): Update aws-actions/configure-aws-credentials action to v5 --- .github/workflows/example.yml | 2 +- .github/workflows/example_matrix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 102ee68..2ae5b55 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4 + uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5 with: role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action aws-region: us-east-1 diff --git a/.github/workflows/example_matrix.yml b/.github/workflows/example_matrix.yml index b41e832..82f4228 100644 --- a/.github/workflows/example_matrix.yml +++ b/.github/workflows/example_matrix.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v6 # Checkout the code so we have access to the config file - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4 + uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5 with: role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action aws-region: us-east-1