Skip to content

Commit

Permalink
Bump actions/setup-python from 4 to 5 (#3167)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 8, 2023
1 parent dace6dd commit d38c0e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- macos-latest
steps:
- name: Setup python for tox
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install self-tox
run: python -m pip install .
- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
- name: Setup test suite
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install self-tox
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: write
steps:
- name: Setup python to build package
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install build
Expand Down

0 comments on commit d38c0e4

Please sign in to comment.