Skip to content

Commit

Permalink
Merge pull request #905 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 Jan 1, 2024
2 parents ea1d9d6 + 2480108 commit 3ad15a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- run: python -m pip install tox
- run: python -m tox -e mypy

Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install tox
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- run: python -m pip install tox
- run: python -m tox -e lint

Expand All @@ -51,7 +51,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- name: install requirements
run: python -m pip install build twine
- name: build dists
Expand Down

0 comments on commit 3ad15a0

Please sign in to comment.