Skip to content

Commit 92500c9

Browse files
Bump actions/setup-python from 6 to 6.3.0 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 6 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcda919 commit 92500c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: ${{ env.git-depth }}
9393
- name: Checkout submodules
9494
run: git submodule update --init --recursive --depth 1
95-
- uses: actions/setup-python@v6
95+
- uses: actions/setup-python@v6.3.0
9696
with:
9797
python-version: "3.x"
9898
- name: Install build dependencies
@@ -134,7 +134,7 @@ jobs:
134134
- name: Checkout submodules
135135
run: git submodule update --init --recursive --depth 1
136136
- name: Set up Python ${{ matrix.python-version }}
137-
uses: actions/setup-python@v6
137+
uses: actions/setup-python@v6.3.0
138138
with:
139139
python-version: ${{ matrix.python-version }}
140140
architecture: ${{ matrix.architecture }}
@@ -220,7 +220,7 @@ jobs:
220220
- name: Checkout submodules
221221
run: git submodule update --init --depth 1
222222
- name: Set up Python
223-
uses: actions/setup-python@v6
223+
uses: actions/setup-python@v6.3.0
224224
with:
225225
python-version: "3.x"
226226
- name: Install Python dependencies
@@ -311,7 +311,7 @@ jobs:
311311
fetch-depth: ${{ env.git-depth }}
312312
- name: Checkout submodules
313313
run: git submodule update --init --recursive --depth 1
314-
- uses: actions/setup-python@v6
314+
- uses: actions/setup-python@v6.3.0
315315
with:
316316
python-version: "3.x"
317317
- name: Install Python dependencies

0 commit comments

Comments
 (0)