File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
fetch-depth : 0
21
21
22
22
- name : Configure aws
23
- uses : aws-actions/configure-aws-credentials@v4
23
+ uses : aws-actions/configure-aws-credentials@v5
24
24
with :
25
25
role-to-assume : arn:aws:iam::${{ secrets.AWS_PRODUCTION_CORE_ACCOUNT_ID }}:role/github-actions-nhost-${{ github.event.repository.name }}
26
26
aws-region : eu-central-1
Original file line number Diff line number Diff line change 45
45
ref : ${{ inputs.GIT_REF }}
46
46
47
47
- name : Configure aws
48
- uses : aws-actions/configure-aws-credentials@v4
48
+ uses : aws-actions/configure-aws-credentials@v5
49
49
with :
50
50
role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions-nhost-${{ github.event.repository.name }}
51
51
aws-region : eu-central-1
Original file line number Diff line number Diff line change 34
34
actions : read
35
35
36
36
- name : Configure aws
37
- uses : aws-actions/configure-aws-credentials@v4
37
+ uses : aws-actions/configure-aws-credentials@v5
38
38
with :
39
39
role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions-nhost-${{ github.event.repository.name }}
40
40
aws-region : eu-central-1
Original file line number Diff line number Diff line change 42
42
echo "VERSION=$(make get-version VER=${{ inputs.VERSION }})" >> $GITHUB_OUTPUT
43
43
44
44
- name : " Configure aws"
45
- uses : aws-actions/configure-aws-credentials@v4
45
+ uses : aws-actions/configure-aws-credentials@v5
46
46
with :
47
47
role-to-assume : arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-actions-nhost-${{ github.event.repository.name }}
48
48
aws-region : eu-central-1
You can’t perform that action at this time.
0 commit comments