diff --git a/.github/workflows/deploy-plugin-pr.yml b/.github/workflows/deploy-plugin-pr.yml index 8fa099a..8d9f815 100644 --- a/.github/workflows/deploy-plugin-pr.yml +++ b/.github/workflows/deploy-plugin-pr.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0