Skip to content

Commit 233a144

Browse files
committed
Bump actions/setup-python from 5 to 6
1 parent 4b2d4f4 commit 233a144

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.sync/actions/submodule-release-updater-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646

4747
steps:
4848
- name: Set up Python Environment
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5050
with:
5151
python-version: {{ sync_version.python_version }}
5252

.sync/workflows/leaf/codeql-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
{% endraw %}
6060

6161
- name: Install Python
62-
uses: actions/setup-python@v5
62+
uses: actions/setup-python@v6
6363
with:
6464
python-version: '{{ sync_version.python_version }}'
6565
cache: 'pip'
@@ -145,7 +145,7 @@ jobs:
145145
{% endraw %}
146146

147147
- name: Install Python
148-
uses: actions/setup-python@v5
148+
uses: actions/setup-python@v6
149149
with:
150150
python-version: '{{ sync_version.python_version }}'
151151
cache: 'pip'

.sync/workflows/leaf/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
{% endraw %}
5959

6060
- name: Install Python
61-
uses: actions/setup-python@v5
61+
uses: actions/setup-python@v6
6262
with:
6363
python-version: '{{ sync_version.python_version }}'
6464

@@ -108,7 +108,7 @@ jobs:
108108
{% endraw %}
109109

110110
- name: Install Python
111-
uses: actions/setup-python@v5
111+
uses: actions/setup-python@v6
112112
with:
113113
python-version: '{{ sync_version.python_version }}'
114114
cache: 'pip'

0 commit comments

Comments
 (0)