diff --git a/.github/workflows/Deploy-PR.yml b/.github/workflows/Deploy-PR.yml index 935c185..d80ef5c 100644 --- a/.github/workflows/Deploy-PR.yml +++ b/.github/workflows/Deploy-PR.yml @@ -13,7 +13,7 @@ jobs: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step - name: Install python - uses: actions/setup-python@v2 + 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/Deploy.yml b/.github/workflows/Deploy.yml index b72dc89..dfd556a 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step - name: Install python - uses: actions/setup-python@v2 + uses: actions/setup-python@v6 with: python-version: '3.8' # NOTE: Here you can install dependencies such as matplotlib if you use