Skip to content

Commit

Permalink
Merge pull request #921 from marshmallow-code/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
sirosen committed Feb 1, 2024
2 parents 2ff9c68 + 837dce2 commit 585d887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- { name: "dev", python: "3.12", tox: py312-marshmallowdev }
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/setup-python@v4.7.0
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- run: python -m pip install tox
Expand All @@ -29,7 +29,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: Install pypa/build
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/setup-python@v4.7.0
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: python -m pip install tox
Expand Down

0 comments on commit 585d887

Please sign in to comment.