diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index b8273a7c5..6a2eca8ad 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout book - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Python 3.12 if: github.event.action != 'closed' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 260de620e..042a2a137 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout book - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Python 3.12 uses: actions/setup-python@v6