diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index c262981..2491a90 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -14,7 +14,7 @@ jobs: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step - name: Install python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.8' # NOTE: Here you can install dependencies such as matplotlib if you use