diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a14b17..20e6cc2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 587001d..2bb6cf5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: true