Skip to content

Commit 1851512

Browse files
chore(deps): bump actions/setup-python from 5 to 6
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] <support@github.com>
1 parent 2785246 commit 1851512

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-python-sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
go-version-file: go.mod
7474

7575
- name: Set up Python
76-
uses: actions/setup-python@v5
76+
uses: actions/setup-python@v6
7777
with:
7878
python-version: '3.11'
7979

@@ -155,7 +155,7 @@ jobs:
155155
echo "Version: $VERSION"
156156
157157
- name: Set up Python
158-
uses: actions/setup-python@v5
158+
uses: actions/setup-python@v6
159159
with:
160160
python-version: '3.11'
161161

@@ -201,7 +201,7 @@ jobs:
201201
runs-on: ${{ matrix.os }}
202202
steps:
203203
- name: Set up Python
204-
uses: actions/setup-python@v5
204+
uses: actions/setup-python@v6
205205
with:
206206
python-version: '3.11'
207207

0 commit comments

Comments
 (0)