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.
1 parent b05d7f5 commit 159b199Copy full SHA for 159b199
.github/workflows/run-codebuild-ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Configure AWS Credentials
18
- uses: aws-actions/configure-aws-credentials@v2
+ uses: aws-actions/configure-aws-credentials@v3
19
with:
20
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
21
aws-region: us-west-2
@@ -41,7 +41,7 @@ jobs:
41
version: [ 8, 11 ]
42
43
44
45
46
47
0 commit comments