Skip to content

Commit b3892f3

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 c61cde3 commit b3892f3

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
@@ -88,7 +88,7 @@ jobs:
8888

8989
# Step 3: Sets up Python.
9090
- name: 🐍 Set up Python
91-
uses: actions/setup-python@v5
91+
uses: actions/setup-python@v6
9292
with:
9393
python-version: '3.9'
9494
check-latest: true
@@ -136,7 +136,7 @@ jobs:
136136

137137
# Step 2: Sets up Python.
138138
- name: 🐍 Setup python
139-
uses: actions/setup-python@v5
139+
uses: actions/setup-python@v6
140140
with:
141141
python-version: 3.x
142142

β€Ž.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
@@ -102,7 +102,7 @@ jobs:
102102

103103
# Step 2: Sets up Python.
104104
- name: 🐍 Setup python
105-
uses: actions/setup-python@v5
105+
uses: actions/setup-python@v6
106106
with:
107107
python-version: 3.x
108108

0 commit comments

Comments
Β (0)