Skip to content

Commit

Permalink
Merge pull request #546 from TotallyNotRobots/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-python-4.1.0

build(deps): bump actions/setup-python from 3 to 4.1.0
  • Loading branch information
linuxdaemon authored Apr 11, 2023
2 parents 56c9c70 + 039e686 commit 143f885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-ver }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-ver }}
- uses: actions/[email protected]
Expand Down

0 comments on commit 143f885

Please sign in to comment.