Skip to content

Commit 730a26e

Browse files
dependabot: bump aws-actions/configure-aws-credentials from 1 to 4 (#1293)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 4. - [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@v1...v4) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 5094cf8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 49da816 commit 730a26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: temurin # Temurin is a distribution of adoptium
2323
java-version: 11
2424
- uses: actions/checkout@v3
25-
- uses: aws-actions/configure-aws-credentials@v1
25+
- uses: aws-actions/configure-aws-credentials@v4
2626
with:
2727
role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }}
2828
aws-region: us-east-1

0 commit comments

Comments
 (0)