Skip to content

Commit

Permalink
Merge pull request #2 from open-contracting/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-3

build(deps): bump actions/setup-python from 2 to 3
  • Loading branch information
jpmckinney committed Mar 1, 2022
2 parents 4b6ce6f + 281dc3d commit 3306abb
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@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- id: pip-cache
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@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: 3.8
- uses: actions/cache@v2
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@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v3
with:
python-version: 3.8
- run: pip install --upgrade setuptools wheel
Expand Down

0 comments on commit 3306abb

Please sign in to comment.