Skip to content

Commit

Permalink
Merge pull request #855 from marshmallow-code/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
sirosen committed Jul 5, 2023
2 parents b0bdc87 + d3f9182 commit d8cddc1
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 @@ -9,7 +9,7 @@ jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- run: python -m pip install tox
- run: python -m tox -e mypy
Expand All @@ -27,7 +27,7 @@ jobs:
name: "test py${{ matrix.python-version }}${{ matrix.tox-factor }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -40,7 +40,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- run: python -m pip install tox
- run: python -m tox -e lint
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- name: install requirements
run: python -m pip install build twine
Expand Down

0 comments on commit d8cddc1

Please sign in to comment.