diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 88efa2e80..cecb49f6d 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: "pip" diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml index 532597710..2af1a0800 100644 --- a/.github/workflows/docs-test.yml +++ b/.github/workflows/docs-test.yml @@ -21,7 +21,7 @@ jobs: sudo apt install pandoc doxygen - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: "pip" diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index e868e5b9d..8a89c06d4 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: "pip" diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 701197ceb..9bf69974a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -17,7 +17,7 @@ jobs: sudo apt install pandoc doxygen - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: "pip" diff --git a/.github/workflows/isort.yml b/.github/workflows/isort.yml index 584332685..77653cb69 100644 --- a/.github/workflows/isort.yml +++ b/.github/workflows/isort.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 - name: Install Python 3.11 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: "pip" diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a04fc628d..98b7adc3e 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 - name: Install Python 3.11 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' cache: "pip" diff --git a/.github/workflows/pytest-mac.yml b/.github/workflows/pytest-mac.yml index a69468a03..2492eeb88 100644 --- a/.github/workflows/pytest-mac.yml +++ b/.github/workflows/pytest-mac.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v5 - name: Install Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: "pip" diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c33d38311..620e7608d 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v5 - name: Install Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: "pip" diff --git a/.github/workflows/regtest.yml b/.github/workflows/regtest.yml index 000ae4457..e531f5b1e 100644 --- a/.github/workflows/regtest.yml +++ b/.github/workflows/regtest.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v5 - name: Install Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: "pip"