diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 0b2dd92..1bdcdc9 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -15,7 +15,7 @@ jobs: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step - name: Install python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.8' # NOTE: Here you can install dependencies such as matplotlib if you use diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index ddd8232..45587d6 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} - name: Install python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.8' - name: Install Julia