Skip to content

Commit eb4ea05

Browse files
committed
Use latest github actions
Avoids some complaints when running things.
1 parent 4a83562 commit eb4ea05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- 3.12
1818
fail-fast: false
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Update pip and setuptools

0 commit comments

Comments
 (0)