Skip to content

Commit dc442ab

Browse files
Bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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 2673b6b commit dc442ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Use Python ${{ env.PYTHON_VERSION }}
80-
uses: actions/setup-python@v4
80+
uses: actions/setup-python@v6
8181
with:
8282
python-version: ${{ env.PYTHON_VERSION }}
8383

@@ -143,7 +143,7 @@ jobs:
143143
run: npx gulp prePublishNonBundle
144144

145145
- name: Install Python ${{ matrix.python }}
146-
uses: actions/setup-python@v4
146+
uses: actions/setup-python@v6
147147
with:
148148
python-version: ${{ matrix.python }}
149149

.github/workflows/pr-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Use Python ${{ env.PYTHON_VERSION }}
54-
uses: actions/setup-python@v4
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: ${{ env.PYTHON_VERSION }}
5757

@@ -118,7 +118,7 @@ jobs:
118118
run: npx gulp prePublishNonBundle
119119

120120
- name: Use Python ${{ matrix.python }}
121-
uses: actions/setup-python@v4
121+
uses: actions/setup-python@v6
122122
with:
123123
python-version: ${{ matrix.python }}
124124

@@ -338,7 +338,7 @@ jobs:
338338
run: npx gulp prePublishNonBundle
339339

340340
- name: Use Python ${{ env.PYTHON_VERSION }}
341-
uses: actions/setup-python@v4
341+
uses: actions/setup-python@v6
342342
with:
343343
python-version: ${{ env.PYTHON_VERSION }}
344344
cache: 'pip'

0 commit comments

Comments
 (0)