Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 3 to 4 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jun 27, 2022
2 parents d3c7643 + 2ca7872 commit 5a271aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version-file: .github/workflows/.python-version
- uses: pre-commit/action@v3.0.0
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version-file: .github/workflows/.python-version
- name: Install package and dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5a271aa

Please sign in to comment.