Skip to content

Commit 7c6de6e

Browse files
chore(deps): update actions/setup-python action to v6
1 parent dd84719 commit 7c6de6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
enable-cache: true
2121

2222
- name: Setup Python
23-
uses: 'actions/setup-python@v5'
23+
uses: 'actions/setup-python@v6'
2424
with:
2525
python-version-file: "pyproject.toml"
2626

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525

2626
- name: Setup Python
27-
uses: 'actions/setup-python@v5'
27+
uses: 'actions/setup-python@v6'
2828
with:
2929
python-version-file: "pyproject.toml"
3030

0 commit comments

Comments
 (0)