Skip to content

Commit ba79e75

Browse files
committed
workflows/pytest: fix actions versions
1 parent 4ddc45a commit ba79e75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
os: [ubuntu-latest, macOS-latest, windows-latest]
2222
steps:
2323
- name: Checkout git repo
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)