Skip to content

Commit

Permalink
Update to current github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Sep 13, 2024
1 parent df14b48 commit c9d0e1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ jobs:
needs: tests_job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Update error codes
Expand Down

0 comments on commit c9d0e1b

Please sign in to comment.