Skip to content

Commit

Permalink
Merge pull request #652 from cal-itp/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-4

chore(deps): bump actions/setup-python from 3 to 4
  • Loading branch information
thekaveman committed Jun 9, 2022
2 parents 9f8e809 + 126a0a1 commit 57e7950
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.python-version
@@ -0,0 +1 @@
3.9
6 changes: 5 additions & 1 deletion .github/workflows/pre-commit.yml
Expand Up @@ -9,5 +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

- uses: pre-commit/action@v3.0.0
4 changes: 2 additions & 2 deletions .github/workflows/tests-pytest.yml
Expand Up @@ -14,9 +14,9 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y gettext
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version-file: .github/workflows/.python-version
cache: pip
cache-dependency-path: '**/requirements.txt'

Expand Down

0 comments on commit 57e7950

Please sign in to comment.