Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/actions/setup-python-3.1.2' into main
  • Loading branch information
ml-evs committed May 4, 2022
2 parents 5fde577 + f23401a commit 0a4641a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v3.1.2
with:
python-version: 3.7
- name: Install dependencies
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Python 3.7
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v3.1.2
with:
python-version: 3.7
- name: Install dependencies
Expand Down

0 comments on commit 0a4641a

Please sign in to comment.