Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3c1e89

Browse files
build(deps): bump actions/setup-python from 5 to 6 (#2495)
1 parent c2cff30 commit b3c1e89

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/insider-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: env.SHOULD_BUILD == 'yes'
109109

110110
- name: Setup Python 3
111-
uses: actions/setup-python@v5
111+
uses: actions/setup-python@v6
112112
with:
113113
python-version: '3.11'
114114
if: env.SHOULD_BUILD == 'yes'
@@ -334,7 +334,7 @@ jobs:
334334
if: env.DISABLED != 'yes'
335335

336336
- name: Setup Python 3
337-
uses: actions/setup-python@v5
337+
uses: actions/setup-python@v6
338338
with:
339339
python-version: '3.11'
340340
if: env.DISABLED != 'yes'

.github/workflows/insider-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
node-version-file: '.nvmrc'
6666

6767
- name: Setup Python 3
68-
uses: actions/setup-python@v5
68+
uses: actions/setup-python@v6
6969
with:
7070
python-version: '3.11'
7171
if: env.VSCODE_ARCH == 'x64'

.github/workflows/insider-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
if: env.SHOULD_BUILD == 'yes'
107107

108108
- name: Setup Python 3
109-
uses: actions/setup-python@v5
109+
uses: actions/setup-python@v6
110110
with:
111111
python-version: '3.11'
112112
if: env.SHOULD_BUILD == 'yes'
@@ -187,7 +187,7 @@ jobs:
187187
if: env.SHOULD_BUILD == 'yes'
188188

189189
- name: Setup Python 3
190-
uses: actions/setup-python@v5
190+
uses: actions/setup-python@v6
191191
with:
192192
python-version: '3.11'
193193
if: env.SHOULD_BUILD == 'yes'

.github/workflows/stable-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if: env.SHOULD_BUILD == 'yes'
110110

111111
- name: Setup Python 3
112-
uses: actions/setup-python@v5
112+
uses: actions/setup-python@v6
113113
with:
114114
python-version: '3.11'
115115
if: env.SHOULD_BUILD == 'yes'
@@ -335,7 +335,7 @@ jobs:
335335
if: env.DISABLED != 'yes'
336336

337337
- name: Setup Python 3
338-
uses: actions/setup-python@v5
338+
uses: actions/setup-python@v6
339339
with:
340340
python-version: '3.11'
341341
if: env.DISABLED != 'yes'

.github/workflows/stable-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
node-version-file: '.nvmrc'
6565

6666
- name: Setup Python 3
67-
uses: actions/setup-python@v5
67+
uses: actions/setup-python@v6
6868
with:
6969
python-version: '3.11'
7070
if: env.VSCODE_ARCH == 'x64'

.github/workflows/stable-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
if: env.SHOULD_BUILD == 'yes'
106106

107107
- name: Setup Python 3
108-
uses: actions/setup-python@v5
108+
uses: actions/setup-python@v6
109109
with:
110110
python-version: '3.11'
111111
if: env.SHOULD_BUILD == 'yes'
@@ -186,7 +186,7 @@ jobs:
186186
if: env.SHOULD_BUILD == 'yes'
187187

188188
- name: Setup Python 3
189-
uses: actions/setup-python@v5
189+
uses: actions/setup-python@v6
190190
with:
191191
python-version: '3.11'
192192
if: env.SHOULD_BUILD == 'yes'

0 commit comments

Comments
 (0)