diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a1991aed..e68e31c4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -19,13 +19,13 @@ jobs: python_version: ['3.12'] steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 # persist-credentials must be false so the deploy step below uses its own token, not the checkout credentials. + uses: actions/checkout@v5 # persist-credentials must be false so the deploy step below uses its own token, not the checkout credentials. with: submodules: 'recursive' persist-credentials: false - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python_version }}