We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46e8b16 + 0834315 commit ad8a9a2Copy full SHA for ad8a9a2
.github/workflows/terraform-deploy-aws-curvenote.yml
@@ -37,7 +37,7 @@ jobs:
37
- uses: actions/checkout@v4
38
39
- name: Configure AWS credentials
40
- uses: aws-actions/configure-aws-credentials@v2
+ uses: aws-actions/configure-aws-credentials@v4
41
with:
42
role-to-assume: ${{ env.AWS_DEPLOYMENT_ROLE }}
43
aws-region: ${{ env.AWS_REGION }}
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
118
119
120
0 commit comments