diff --git a/.github/workflows/commit-preview.yaml b/.github/workflows/commit-preview.yaml index fe99f6108..cb969e04f 100644 --- a/.github/workflows/commit-preview.yaml +++ b/.github/workflows/commit-preview.yaml @@ -11,10 +11,7 @@ jobs: name: Generate commit preview steps: - name: Checkout - uses: akarys42/checkout-with-filter@main - with: - filter: 'blob:none' - fetch-depth: 0 + uses: actions/checkout@v3 - name: Enable Corepack shims run: corepack enable diff --git a/.github/workflows/manual-publish.yaml b/.github/workflows/manual-publish.yaml index d2feeb1f5..65631e36f 100644 --- a/.github/workflows/manual-publish.yaml +++ b/.github/workflows/manual-publish.yaml @@ -11,10 +11,7 @@ jobs: name: Publish website steps: - name: Checkout - uses: akarys42/checkout-with-filter@main - with: - filter: 'blob:none' - fetch-depth: 0 + uses: actions/checkout@v3 - name: Enable Corepack shims run: corepack enable diff --git a/.github/workflows/pr-preview.yaml b/.github/workflows/pr-preview.yaml index 283be6045..c7d1df471 100644 --- a/.github/workflows/pr-preview.yaml +++ b/.github/workflows/pr-preview.yaml @@ -10,10 +10,7 @@ jobs: name: Generate PR preview steps: - name: Checkout - uses: akarys42/checkout-with-filter@main - with: - filter: 'blob:none' - fetch-depth: 0 + uses: checkout/actions@v3 - name: Enable Corepack shims run: corepack enable