diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 32e817a..5fb0c3d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled submodules: true