Skip to content

Commit 41294dc

Browse files
committed
Updated pipeline versions
1 parent 04caf39 commit 41294dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-tests-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
matrix:
1717
python_version: [3.7, 3.8, 3.9, "3.10", "3.11"]
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Set up Python ${{ matrix.python_version }}
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python_version }}
2424
- name: Install dependencies

0 commit comments

Comments
 (0)