Skip to content

Commit

Permalink
Github CI workflow: update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrichB22 committed Feb 3, 2024
1 parent d78e547 commit ed3ce28
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Lint with flake8
Expand All @@ -51,9 +51,9 @@ jobs:
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -67,7 +67,7 @@ jobs:
pytest
- name: Archive test artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts-${{ matrix.os }}
path: |
Expand Down

0 comments on commit ed3ce28

Please sign in to comment.