diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6dac94cb..9380eebc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.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 token: ${{ secrets.PLURAL_BOT_PAT }}