Skip to content

Commit 42f17d2

Browse files
authored
Merge branch 'master' into internal_357
2 parents f85bc2f + 51d21c1 commit 42f17d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tf-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Configure AWS credentials
7070
if: ${{ inputs.aws_credentials == 'true' }}
71-
uses: aws-actions/configure-aws-credentials@v3
71+
uses: aws-actions/configure-aws-credentials@v4
7272
with:
7373
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
7474
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

.github/workflows/tf-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: ~/.tflint.d/plugins
2323
key: ubuntu-latest-tflint-${{ hashFiles('.tflint.hcl') }}
2424

25-
- uses: terraform-linters/setup-tflint@v3
25+
- uses: terraform-linters/setup-tflint@v4
2626
name: Setup TFLint
2727
with:
2828
tflint_version: v0.44.1

0 commit comments

Comments
 (0)