Skip to content

Commit 8d729f5

Browse files
Bump aws-actions/configure-aws-credentials from 4 to 5
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>
1 parent 2b7ef53 commit 8d729f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
path: ${{ env.DIST_DIR }}
8686

8787
- name: configure aws credentials
88-
uses: aws-actions/configure-aws-credentials@v4
88+
uses: aws-actions/configure-aws-credentials@v5
8989
with:
9090
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
9191
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
@@ -239,7 +239,7 @@ jobs:
239239
artifacts: ${{ env.DIST_DIR }}/*
240240

241241
- name: configure aws credentials
242-
uses: aws-actions/configure-aws-credentials@v4
242+
uses: aws-actions/configure-aws-credentials@v5
243243
with:
244244
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
245245
role-session-name: "github_${{ env.PROJECT_NAME }}"

0 commit comments

Comments
 (0)