diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a20d8f3..fc51a46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} - name: Install and run black for notebooks @@ -58,7 +58,7 @@ jobs: restore-keys: | notebook-data-${{ hashFiles('data/manifest.json') }} - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ env.PYTHON_VERSION }} - name: Install enchant on non windows systems