diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 589fe5a..b12327d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v7 ### MkDocs - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: 3.x - name: Install Python Dependencies