diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 80e082c..fcc1ab9 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -15,7 +15,7 @@ jobs: name: TF docs runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 id: actions-checkout with: ref: main diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 6bb6bf8..3ddf9fa 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -27,7 +27,7 @@ jobs: contents: read steps: - name: Checkout from Github - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Python3 uses: actions/setup-python@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 674a207..085b60d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: #if: github.repository_owner == 'terraform-equinix-template' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0