Skip to content

Commit

Permalink
Merge pull request #10 from bugout-dev/fix-workflows-uses
Browse files Browse the repository at this point in the history
Fixed typo at workflow
  • Loading branch information
kompotkot authored Nov 5, 2021
2 parents 28de8f5 + e84a4f7 commit 4a0f082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
uses: actions/setup-python@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
uses: actions/setup-python@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
Expand Down

0 comments on commit 4a0f082

Please sign in to comment.