Skip to content

Commit 8860986

Browse files
chore(deps): update actions/setup-python action to v5
1 parent 0136257 commit 8860986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run unit tests
1919
run: yarn test
2020

21-
- uses: actions/setup-python@v4
21+
- uses: actions/setup-python@v5
2222
with:
2323
python-version: 3.x
2424
- name: Rerun Pre-Commit Hooks on CI

0 commit comments

Comments
 (0)