Skip to content

Commit 201f9bb

Browse files
authored
Merge pull request #413 from EnviroDIY/dependabot/github_actions/actions/setup-python-4
ci: bump actions/setup-python from 3 to 4
2 parents 067859d + c8dc571 commit 201f9bb

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build_documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v3
3939

4040
- name: Set up Python
41-
uses: actions/setup-python@v3
41+
uses: actions/setup-python@v4
4242

4343
- name: check for classes in the menu example
4444
run: |
@@ -56,7 +56,7 @@ jobs:
5656
path: code_docs/ModularSensors
5757

5858
- name: Set up Python
59-
uses: actions/setup-python@v3
59+
uses: actions/setup-python@v4
6060

6161
- name: Restore Python Dependencies
6262
uses: actions/cache@v3

.github/workflows/build_examples_platformio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
4848
- name: Set up Python
49-
uses: actions/setup-python@v3
49+
uses: actions/setup-python@v4
5050

5151
- name: Install PlatformIO
5252
run: |

.github/workflows/build_menu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
fi
225225
226226
- name: Set up Python
227-
uses: actions/setup-python@v3
227+
uses: actions/setup-python@v4
228228

229229
- name: Install PlatformIO
230230
run: |

.github/workflows/prepare_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "ZIP_NAME=$ZIP_FILE" >> $GITHUB_ENV
3131
3232
- name: Set up python
33-
uses: actions/setup-python@v3
33+
uses: actions/setup-python@v4
3434

3535
- name: Install PlatformIO
3636
run: |

.github/workflows/verify_library_structure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v4
2020

2121
- name: Install PlatformIO
2222
run: |

0 commit comments

Comments
 (0)