diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1bd675..1beeffc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: sudo mv terraform /usr/local/bin rm * - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate examples terraform v${{ matrix.tf-version }} run: make examples build: diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index bb8ad8c..375bf72 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -6,7 +6,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@v5 diff --git a/.github/workflows/terrascan.yaml b/.github/workflows/terrascan.yaml index 1176549..6f317d4 100644 --- a/.github/workflows/terrascan.yaml +++ b/.github/workflows/terrascan.yaml @@ -7,7 +7,7 @@ jobs: name: terrascan steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Terrascan id: terrascan uses: tenable/terrascan-action@main