Skip to content

Commit

Permalink
please >:(
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Nov 29, 2023
1 parent 542dfa3 commit f1d09db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.6.8"
python-version: "3.6"

- name: Install dependenciess
run: |
Expand Down

0 comments on commit f1d09db

Please sign in to comment.