Skip to content

Commit

Permalink
update jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Nov 19, 2024
1 parent c1624b3 commit b531b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
continue-on-error: true
name: Check flake8 rules
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand All @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
name: Check isort rules
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand Down

0 comments on commit b531b5c

Please sign in to comment.