Skip to content

Commit 6970f49

Browse files
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] <[email protected]>
1 parent 3747439 commit 6970f49

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
runs-on: ubuntu-latest
131131
steps:
132132
- name: Use Python ${{ env.PYTHON_VERSION }}
133-
uses: actions/setup-python@v5
133+
uses: actions/setup-python@v6
134134
with:
135135
python-version: ${{ env.PYTHON_VERSION }}
136136

@@ -184,7 +184,7 @@ jobs:
184184
persist-credentials: false
185185

186186
- name: Use Python ${{ matrix.python }}
187-
uses: actions/setup-python@v5
187+
uses: actions/setup-python@v6
188188
with:
189189
python-version: ${{ matrix.python }}
190190

@@ -252,7 +252,7 @@ jobs:
252252
run: npx @vscode/l10n-dev@latest export ./src
253253

254254
- name: Install Python ${{ matrix.python }}
255-
uses: actions/setup-python@v5
255+
uses: actions/setup-python@v6
256256
with:
257257
python-version: ${{ matrix.python }}
258258

.github/workflows/gen-issue-velocity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.x'
2525

.github/workflows/pr-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
steps:
103103
- name: Use Python ${{ env.PYTHON_VERSION }}
104-
uses: actions/setup-python@v5
104+
uses: actions/setup-python@v6
105105
with:
106106
python-version: ${{ env.PYTHON_VERSION }}
107107

@@ -168,7 +168,7 @@ jobs:
168168
persist-credentials: false
169169

170170
- name: Use Python ${{ matrix.python }}
171-
uses: actions/setup-python@v5
171+
uses: actions/setup-python@v6
172172
with:
173173
python-version: ${{ matrix.python }}
174174

@@ -249,7 +249,7 @@ jobs:
249249
run: npx @vscode/l10n-dev@latest export ./src
250250

251251
- name: Use Python ${{ matrix.python }}
252-
uses: actions/setup-python@v5
252+
uses: actions/setup-python@v6
253253
with:
254254
python-version: ${{ matrix.python }}
255255

@@ -520,7 +520,7 @@ jobs:
520520
run: npx @vscode/l10n-dev@latest export ./src
521521

522522
- name: Use Python ${{ env.PYTHON_VERSION }}
523-
uses: actions/setup-python@v5
523+
uses: actions/setup-python@v6
524524
with:
525525
python-version: ${{ env.PYTHON_VERSION }}
526526
cache: 'pip'

0 commit comments

Comments
 (0)