Skip to content

Commit

Permalink
CI: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jun 28, 2024
1 parent f95d3ae commit dc272af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
python-version: 3.11
build-docs: true
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 }}
allow-prereleases: true

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
${{ matrix.pip-cache }}
Expand All @@ -67,7 +67,7 @@ jobs:
run: |
poetry run flake8
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
- name: Build docs
if: matrix.build-docs
run: |
Expand Down

0 comments on commit dc272af

Please sign in to comment.