Skip to content

Commit cfc3a4f

Browse files
Merge pull request #563 from hashicorp/dependabot/github_actions/actions-e02f0da84d
[chore] : Bump aws-actions/configure-aws-credentials from 5.0.0 to 5.1.0 in the actions group
2 parents 5e2f62a + 0c1f668 commit cfc3a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-getter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
run: go install gotest.tools/gotestsum@v1.8.2
224224

225225
- name: Configure AWS Credentials
226-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
226+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
227227
with:
228228
aws-region: us-east-1
229229
role-to-assume: arn:aws:iam::388664967494:role/hc-go-getter-test
@@ -290,7 +290,7 @@ jobs:
290290
run: go install gotest.tools/gotestsum@v1.8.2
291291

292292
- name: Configure AWS Credentials
293-
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
293+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
294294
with:
295295
aws-region: us-east-1
296296
role-to-assume: arn:aws:iam::388664967494:role/hc-go-getter-test

0 commit comments

Comments
 (0)