diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 5fb796b..30ae76e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index 90d28f8..0409bff 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -20,7 +20,7 @@ jobs: HUSKY: 0 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index 50abcb2..5047871 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/renovate-changesets.yml b/.github/workflows/renovate-changesets.yml index aa08f4a..0c42020 100644 --- a/.github/workflows/renovate-changesets.yml +++ b/.github/workflows/renovate-changesets.yml @@ -13,7 +13,7 @@ jobs: if: github.actor == 'renovate[bot]' && github.repository == 'loreddev/eslegant' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 - name: Configure Git