We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7802255 + f5f88d6 commit 8770083Copy full SHA for 8770083
.github/workflows/build_and_publish.yml
@@ -84,7 +84,7 @@ jobs:
84
with:
85
bundler-cache: true # would run bundle install
86
- name: Configure aws credentials
87
- uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
+ uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
88
89
role-to-assume: "${{ secrets.AWS_ROLE_TO_ASSUME }}"
90
aws-region: "${{ secrets.AWS_REGION }}"
0 commit comments