Skip to content

Commit fe10398

Browse files
Bump actions/setup-python from 5 to 6 in /.github/workflows
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec8d60c commit fe10398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-poetry-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
go-version-file: go.mod
6868

6969
- name: Install Python
70-
uses: actions/setup-python@v5
70+
uses: actions/setup-python@v6
7171
with:
7272
python-version-file: pyproject.toml
7373

@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v5
9696

9797
- name: Install Python
98-
uses: actions/setup-python@v5
98+
uses: actions/setup-python@v6
9999
with:
100100
python-version-file: pyproject.toml
101101

0 commit comments

Comments
 (0)