Skip to content

Commit

Permalink
build: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Oct 5, 2021
1 parent 684f4d5 commit 6977b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@latest
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi_upload.yml
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@latest
uses: actions/setup-python@v2
with:
python-version: 3.9

Expand Down

0 comments on commit 6977b00

Please sign in to comment.