diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 5f03146..c21c6d9 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb9f4cd..04668fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PEM }} - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: terraform init diff --git a/.github/workflows/fulfill.yml b/.github/workflows/fulfill.yml index 2e5be30..a92d3ff 100644 --- a/.github/workflows/fulfill.yml +++ b/.github/workflows/fulfill.yml @@ -32,7 +32,7 @@ jobs: owner: ${{ github.repository_owner }} - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ steps.authenticate.outputs.token }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index aca9604..1c4ea16 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -63,7 +63,7 @@ jobs: Write-Verbose ($data | Out-String) -Verbose - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 token: ${{ steps.authenticate.outputs.token }}