Skip to content

Commit 7a5be29

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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)