Skip to content

Commit 8770083

Browse files
authored
Merge pull request #1234 from gocd/dependabot/github_actions/github-actions-5053dede8a
Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 in the github-actions group
2 parents 7802255 + f5f88d6 commit 8770083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
bundler-cache: true # would run bundle install
8686
- name: Configure aws credentials
87-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
87+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
8888
with:
8989
role-to-assume: "${{ secrets.AWS_ROLE_TO_ASSUME }}"
9090
aws-region: "${{ secrets.AWS_REGION }}"

0 commit comments

Comments
 (0)