Skip to content

Commit

Permalink
tests: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Jun 24, 2024
1 parent 87f88f4 commit 57acd7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install requirements
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install requirements
run: |
Expand Down

0 comments on commit 57acd7c

Please sign in to comment.