Merge pull request #75 from hodanov/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
This commit is contained in:
commit
bdd6ec7737
2
.github/workflows/lint_python.yml
vendored
2
.github/workflows/lint_python.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user