Skip to content

Commit fe8db3b

Browse files
chore(deps): update actions/setup-python action to v6
1 parent aaf25fd commit fe8db3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v6
3636
- name: Set up Python
37-
uses: actions/setup-python@v4
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
env:

0 commit comments

Comments
 (0)