Skip to content

Commit 2fb3d88

Browse files
build(deps): bump actions/setup-python
Bumps the dependencies group with 1 update in the / directory: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 316b909 commit 2fb3d88

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/merge-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: setup python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version-file: "pyproject.toml"
2222

@@ -108,7 +108,7 @@ jobs:
108108
find . -type f | xargs chmod g+w
109109
110110
- name: setup python
111-
uses: actions/setup-python@v5
111+
uses: actions/setup-python@v6
112112
with:
113113
python-version-file: "pyproject.toml"
114114

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
PR_BRANCH: ${{ github.head_ref }}
4747

4848
- name: setup python
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252

@@ -100,7 +100,7 @@ jobs:
100100
PR_BRANCH: ${{ github.head_ref }}
101101

102102
- name: setup python
103-
uses: actions/setup-python@v5
103+
uses: actions/setup-python@v6
104104
with:
105105
python-version-file: "pyproject.toml"
106106

@@ -220,7 +220,7 @@ jobs:
220220
PR_BRANCH: ${{ github.head_ref }}
221221

222222
- name: setup python
223-
uses: actions/setup-python@v5
223+
uses: actions/setup-python@v6
224224
with:
225225
python-version-file: "pyproject.toml"
226226

@@ -307,7 +307,7 @@ jobs:
307307
PR_BRANCH: ${{ github.head_ref }}
308308

309309
- name: setup python
310-
uses: actions/setup-python@v5
310+
uses: actions/setup-python@v6
311311
with:
312312
python-version-file: "pyproject.toml"
313313

0 commit comments

Comments
 (0)