Skip to content

Commit

Permalink
Merge pull request #36 from open-contracting/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-python-4

build(deps): Bump actions/setup-python from 3 to 4
  • Loading branch information
jpmckinney committed Jun 8, 2022
2 parents 1ebbc7a + 1c3468b commit 75f1a34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', pypy-3.7]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: pip install --upgrade setuptools wheel
Expand Down

0 comments on commit 75f1a34

Please sign in to comment.