Skip to content

Commit b9d3423

Browse files
[skip changelog] Bump aws-actions/configure-aws-credentials from 4 to 5 (#2998)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4 to 5. - [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@v4...v5) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08ff7e2 commit b9d3423

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-go-nightly-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
sha256sum ${{ env.PROJECT_NAME }}_${VERSION}* > ${VERSION}-checksums.txt
283283
284284
- name: configure aws credentials
285-
uses: aws-actions/configure-aws-credentials@v4
285+
uses: aws-actions/configure-aws-credentials@v5
286286
with:
287287
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
288288
role-session-name: "github_${{ env.PROJECT_NAME }}"

.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
artifacts: ${{ env.DIST_DIR }}/*
313313

314314
- name: configure aws credentials
315-
uses: aws-actions/configure-aws-credentials@v4
315+
uses: aws-actions/configure-aws-credentials@v5
316316
with:
317317
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
318318
role-session-name: "github_${{ env.PROJECT_NAME }}"

0 commit comments

Comments
 (0)