Skip to content

Commit 7b1af4d

Browse files
Merge pull request #461 from ESP32Async/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents c129e09 + 2e1566e commit 7b1af4d

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-esp32.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Checkout
102102
uses: actions/checkout@v7
103103
- name: Python
104-
uses: actions/setup-python@v6
104+
uses: actions/setup-python@v7
105105
with:
106106
python-version: "3.13"
107107
- name: Install uv
@@ -141,7 +141,7 @@ jobs:
141141
- name: Checkout
142142
uses: actions/checkout@v7
143143
- name: Python
144-
uses: actions/setup-python@v6
144+
uses: actions/setup-python@v7
145145
with:
146146
python-version: "3.13"
147147
- name: Install uv
@@ -180,7 +180,7 @@ jobs:
180180
- name: Checkout
181181
uses: actions/checkout@v7
182182
- name: Python
183-
uses: actions/setup-python@v6
183+
uses: actions/setup-python@v7
184184
with:
185185
python-version: "3.13"
186186
- name: Install uv

.github/workflows/build-esp8266.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Checkout
6969
uses: actions/checkout@v7
7070
- name: Python
71-
uses: actions/setup-python@v6
71+
uses: actions/setup-python@v7
7272
with:
7373
python-version: "3.13"
7474
- name: Install uv

.github/workflows/build-libretiny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout
3838
uses: actions/checkout@v7
3939
- name: Python
40-
uses: actions/setup-python@v6
40+
uses: actions/setup-python@v7
4141
with:
4242
python-version: "3.13"
4343
- name: Install uv

.github/workflows/build-rpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Checkout
7676
uses: actions/checkout@v7
7777
- name: Python
78-
uses: actions/setup-python@v6
78+
uses: actions/setup-python@v7
7979
with:
8080
python-version: "3.13"
8181
- name: Install uv

.github/workflows/cpplint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: ~/.cache/pip
3838

3939
- name: Pyhton
40-
uses: actions/setup-python@v6
40+
uses: actions/setup-python@v7
4141
with:
4242
python-version: "3.13"
4343

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
GH_TOKEN: ${{ github.token }}
3535

3636
- name: Set up Python 3
37-
uses: actions/setup-python@v6
37+
uses: actions/setup-python@v7
3838
with:
3939
cache-dependency-path: pre-commit.requirements.txt
4040
cache: "pip"

.github/workflows/publish-pio-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# ~/.platformio
4848

4949
- name: Python
50-
uses: actions/setup-python@v6
50+
uses: actions/setup-python@v7
5151
with:
5252
python-version: "3.13"
5353

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v7
16-
- uses: actions/setup-python@v6
16+
- uses: actions/setup-python@v7
1717
with:
1818
python-version: 3.x
1919
- run: pip install mkdocs-material

0 commit comments

Comments
 (0)