Skip to content

Commit

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

build(deps): Bump actions/setup-python from 2 to 3
  • Loading branch information
jpmckinney committed Feb 28, 2022
2 parents 5cff5b0 + b2fbdab commit 682a321
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 @@ -6,7 +6,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.7 # Google Colaboratory uses Python 3.7
- uses: actions/cache@v2.1.7
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.1.7
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 682a321

Please sign in to comment.