Skip to content

Commit

Permalink
chore(workflow): update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah authored Jul 29, 2024
1 parent 03f7e1d commit 56baa4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Initialize Python 3.8
uses: actions/setup-python@v1
- name: Initialize Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.10

- name: Install dependencies
run: |
Expand Down

0 comments on commit 56baa4e

Please sign in to comment.