Skip to content

Commit fab77a8

Browse files
Update aws-actions/configure-aws-credentials action to v4.2.1
Update aws-actions/configure-aws-credentials from 4.2.0 to 4.2.1 Change-type: patch
1 parent ed65aff commit fab77a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/flowzone.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowzone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- &configureAWSCredentials # https://github.com/aws-actions/configure-aws-credentials
3232
name: Configure AWS credentials
3333
id: aws_credentials
34-
uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0
34+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
3535
# skip if the PR is from a fork or aws region is unset
3636
if: |
3737
( matrix.region != '' || inputs.aws_region != '' ) &&

0 commit comments

Comments
 (0)