From c81b86a6d6535829c03625d9742919e42f677760 Mon Sep 17 00:00:00 2001 From: Paul Schifferer Date: Sun, 6 Oct 2024 15:31:49 -0700 Subject: [PATCH] Update workflows --- .github/workflows/python-ci.yml | 4 ++-- .github/workflows/python-pr.yml | 2 +- .github/workflows/python-update-reqs.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 8eec6e29..f67eec06 100755 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -34,7 +34,7 @@ jobs: # - { name: Mac, python: "3.11", os: macos-latest, tox: py311 } steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: update-pip @@ -61,7 +61,7 @@ jobs: concurrency: docs steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11" - name: install-deps diff --git a/.github/workflows/python-pr.yml b/.github/workflows/python-pr.yml index c74b8cca..04327005 100755 --- a/.github/workflows/python-pr.yml +++ b/.github/workflows/python-pr.yml @@ -35,7 +35,7 @@ jobs: # - { name: Mac, python: "3.11", os: macos-latest, tox: py311 } steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: update-pip diff --git a/.github/workflows/python-update-reqs.yml b/.github/workflows/python-update-reqs.yml index 5cb5a5ba..225dd1d7 100755 --- a/.github/workflows/python-update-reqs.yml +++ b/.github/workflows/python-update-reqs.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11" - name: update-reqs