Skip to content

Commit

Permalink
updating github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Sep 1, 2024
1 parent 3c5e382 commit 0e99bbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- python-version: "3.12"
install-arguments: ".[full]"
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: Set up Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2
- name: Install Required Libraries
# Needed for PySide6 CI only: https://stackoverflow.com/questions/75907862/pyside6-wsl2-importerror-libegl-so-1
if: "matrix.python-version == '3.12'"
Expand All @@ -43,4 +43,4 @@ jobs:
pytest --cov=./ --cov-report xml
codecov
- name: Codecov Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit 0e99bbc

Please sign in to comment.