Skip to content

Commit d67882c

Browse files
committed
Fix?
1 parent 3416717 commit d67882c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: recursive
1818
fetch-depth: 0
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v5.1.1
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies

0 commit comments

Comments
 (0)