Skip to content

Commit

Permalink
Update action versions in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Nov 21, 2023
1 parent e9b34b5 commit 31a2692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -44,4 +44,4 @@ jobs:
run: |
pytest --cov=eventio --cov-report=xml
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3

0 comments on commit 31a2692

Please sign in to comment.