Skip to content

Commit

Permalink
chore(deps): bump aws-actions/configure-aws-credentials from 4.0.1 to…
Browse files Browse the repository at this point in the history
… 4.0.2 (#1670)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
dependabot[bot] and edgarrmondragon authored Feb 12, 2024
1 parent e3332dc commit 6812775
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
branches:
- main
workflow_dispatch:
hub-url:
description: The base URL of the Meltano Hub site
required: true
default: 'https://hub.meltano.com'
api-url:
description: The base URL of the Hub API
required: true
inputs:
hub-url:
description: The base URL of the Meltano Hub site
required: true
default: 'https://hub.meltano.com'
api-url:
description: The base URL of the Hub API
required: true

jobs:
build:
Expand Down Expand Up @@ -83,7 +84,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Configure AWS credentials
uses: aws-actions/[email protected].1
uses: aws-actions/[email protected].2
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: us-west-2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/metadata-extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/[email protected]

- name: Configure AWS credentials
uses: aws-actions/[email protected].1
uses: aws-actions/[email protected].2
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: us-west-2
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- uses: actions/[email protected]

- name: Configure AWS credentials
uses: aws-actions/[email protected].1
uses: aws-actions/[email protected].2
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: us-west-2
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
- uses: actions/[email protected]

- name: Configure AWS credentials
uses: aws-actions/[email protected].1
uses: aws-actions/[email protected].2
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: us-west-2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metadata-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/[email protected]

- name: Configure AWS credentials
uses: aws-actions/[email protected].1
uses: aws-actions/[email protected].2
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: us-west-2
Expand Down

0 comments on commit 6812775

Please sign in to comment.