mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2025-02-10 15:45:47 -05:00
Merge pull request #77 from kdeldycke/dependabot/github_actions/actions/setup-python-v2.2.1
Bump actions/setup-python from v2.2.0 to v2.2.1
This commit is contained in:
commit
f4a3f7b4a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/setup-python@v2.2.0
|
||||
- uses: actions/setup-python@v2.2.1
|
||||
- name: Install linter
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Add table
Reference in a new issue