Skip to content

Commit f14983c

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 239c774 commit f14983c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Ž.github/workflows/ci.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
version: v3.14.0
8787

8888
- name: 🐍 Set up Python
89-
uses: actions/setup-python@v5
89+
uses: actions/setup-python@v6
9090
with:
9191
python-version: '3.9'
9292
check-latest: true
@@ -162,7 +162,7 @@ jobs:
162162
repository: ${{ github.event.pull_request.head.repo.full_name }}
163163

164164
- name: 🐍 Setup python
165-
uses: actions/setup-python@v5
165+
uses: actions/setup-python@v6
166166
with:
167167
python-version: 3.x
168168

β€Ž.github/workflows/docs-preview.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: 🐍 Set up Python
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040

4141

4242
- name: πŸ“¦ Install dependencies

β€Ž.github/workflows/release.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
fetch-depth: 0
9999

100100
- name: 🐍 Setup python
101-
uses: actions/setup-python@v5
101+
uses: actions/setup-python@v6
102102
with:
103103
python-version: 3.x
104104

0 commit comments

Comments
Β (0)