Skip to content

Commit 64ffe21

Browse files
fix: bump aws-actions/configure-aws-credentials from 6.1.0 to 6.1.1 (#155)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44b6144 commit 64ffe21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0
5555
- id: aws-creds
5656
# https://github.com/aws-actions/configure-aws-credentials/releases
57-
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
57+
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1
5858
with:
5959
role-to-assume: ${{env.AWS_ROLE}}
6060
role-session-name: ${{github.run_id}}
@@ -103,7 +103,7 @@ jobs:
103103
fetch-depth: 0
104104
- id: aws-creds
105105
# https://github.com/aws-actions/configure-aws-credentials/releases
106-
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
106+
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1
107107
with:
108108
role-to-assume: ${{env.AWS_ROLE}}
109109
role-session-name: ${{github.run_id}}-cleanup

0 commit comments

Comments
 (0)