Skip to content

Commit 5322481

Browse files
ci(deps): bump aws-actions/configure-aws-credentials (#15)
Bumps the github-actions group with 1 update: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `aws-actions/configure-aws-credentials` from 6.0.0 to 6.1.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@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59c1eaf commit 5322481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Configure AWS credentials
156156
if: github.repository == 'demosdemon/git-remote-codecommit'
157157
continue-on-error: true
158-
uses: aws-actions/configure-aws-credentials@v6.0.0
158+
uses: aws-actions/configure-aws-credentials@v6.1.0
159159
env:
160160
RUST_BACKTRACE: 1
161161
AWS_REGION: us-west-2
@@ -255,7 +255,7 @@ jobs:
255255
fetch-depth: 0 # need the history in order to push to CodeCommit
256256

257257
- name: Configure AWS credentials
258-
uses: aws-actions/configure-aws-credentials@v6.0.0
258+
uses: aws-actions/configure-aws-credentials@v6.1.0
259259
with:
260260
role-to-assume: arn:aws:iam::339712996426:role/github-git-remote-codecommit
261261
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)