Skip to content

Commit 3c472b4

Browse files
authored
Update checkout & setup-python actions
1 parent 9a31fb6 commit 3c472b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
matrix:
1111
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v5
1414
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install package and pytest

0 commit comments

Comments
 (0)