Skip to content

Commit 565a111

Browse files
build(deps): bump actions/setup-python from 5 to 6 (#1)
1 parent e1aa178 commit 565a111

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v5
1818
- name: Install Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.13"
2222
- name: Run tests

0 commit comments

Comments
 (0)