Skip to content

Commit

Permalink
Merge branch 'main' into lorenyu/platform-cli
Browse files Browse the repository at this point in the history
* main:
  Update obsolete GitHub Actions (#774)
  • Loading branch information
doshitan committed Nov 6, 2024
2 parents b6f626e + 5717355 commit 46a4114
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/configure-aws-credentials/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
echo "AWS_REGION=${aws_region}" >> "$GITHUB_ENV"
shell: bash
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.AWS_ROLE_TO_ASSUME }}
aws-region: ${{ env.AWS_REGION }}
2 changes: 1 addition & 1 deletion .github/workflows/check-ci-cd-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ inputs.aws_region }}
role-to-assume: ${{ inputs.role_to_assume }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Run Checkov check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-{{app_name}}-infra-service.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
terraform_version: 1.8.3
terraform_wrapper: false

- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ">=1.19.0"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/template-only-ci-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
terraform_version: 1.8.3
terraform_wrapper: false

- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ">=1.19.0"

Expand All @@ -69,7 +69,7 @@ jobs:
cp -vr ./template-infra/template-only* ./project-dir
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1

Expand Down

0 comments on commit 46a4114

Please sign in to comment.