diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0a7fee..387a4ac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.1.0 with: submodules: recursive fetch-depth: 0