Skip to content

Commit 3b5d3f6

Browse files
dependabot[bot]mkannwischer
authored andcommitted
Bump aws-actions/configure-aws-credentials from 4.3.1 to 5.0.0
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.3.1 to 5.0.0. - [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](aws-actions/configure-aws-credentials@7474bc4...a03048d) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80a786f commit 3b5d3f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/bench_ec2_reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
echo "Using AMI ID: $AMI_ID"
103103
echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
104104
- name: Configure AWS credentials
105-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
105+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
106106
with:
107107
role-to-assume: ${{ env.AWS_ROLE }}
108108
aws-region: ${{ inputs.aws_region }}
@@ -211,7 +211,7 @@ jobs:
211211
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
212212
steps:
213213
- name: Configure AWS credentials
214-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
214+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
215215
with:
216216
role-to-assume: ${{ env.AWS_ROLE }}
217217
aws-region: ${{ inputs.aws_region }}

.github/workflows/ci_ec2_reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
echo "Using AMI ID: $AMI_ID"
102102
echo "AMI_ID=$AMI_ID" >> $GITHUB_OUTPUT
103103
- name: Configure AWS credentials
104-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
104+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
105105
with:
106106
role-to-assume: ${{ env.AWS_ROLE }}
107107
aws-region: ${{ env.AWS_REGION }}
@@ -209,7 +209,7 @@ jobs:
209209
if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs
210210
steps:
211211
- name: Configure AWS credentials
212-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
212+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
213213
with:
214214
role-to-assume: ${{ env.AWS_ROLE }}
215215
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)