Skip to content

Commit

Permalink
Bump github action tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome-Roy committed Nov 24, 2024
1 parent ab70378 commit 66989e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: 'Linter'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -20,13 +20,13 @@ jobs:
name: 'Selenium tests'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
architecture: x64

- name: 'Install dependencies'
Expand Down

0 comments on commit 66989e2

Please sign in to comment.