Skip to content

Commit bf50aae

Browse files
authored
Merge pull request #14 from model-checking/dependabot/github_actions/aws-actions/configure-aws-credentials-5.1.1
Bump aws-actions/configure-aws-credentials from 1.pre.node16 to 5.1.1
2 parents 9cdc346 + 785103e commit bf50aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
```
7373
7474
- name: Authenticate GitHub workflow to AWS
75-
uses: aws-actions/configure-aws-credentials@v1-node16
75+
uses: aws-actions/configure-aws-credentials@v5.1.1
7676
with:
7777
role-to-assume: ${{ env.AWS_ROLE }}
7878
aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)