diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f3126fc..5750942 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,7 @@ jobs: - aws steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - run: cd tests/${{ matrix.testdir }} - run: terraform init -input=false - run: terraform validate