Skip to content

Commit 87f1631

Browse files
authored
Merge pull request #400 from EnviroDIY/dependabot/github_actions/actions/setup-python-3
ci: bump actions/setup-python from 2.3.2 to 3
2 parents 0a756c5 + f25803b commit 87f1631

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build_documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: code_docs/ModularSensors
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v2.3.2
26+
uses: actions/setup-python@v3
2727

2828
- name: Restore Python Dependencies
2929
uses: actions/cache@v2.1.7

.github/workflows/build_examples_platformio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fi
4242
4343
- name: Set up Python
44-
uses: actions/setup-python@v2.3.2
44+
uses: actions/setup-python@v3
4545

4646
- name: Install PlatformIO
4747
run: |

.github/workflows/build_menu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
fi
203203
204204
- name: Set up Python
205-
uses: actions/setup-python@v2.3.2
205+
uses: actions/setup-python@v3
206206

207207
- name: Install PlatformIO
208208
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@v2.3.2
33+
uses: actions/setup-python@v3
3434

3535
- name: Install PlatformIO
3636
run: |

.github/workflows/verify_library_json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2.4.0
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v2.3.2
15+
uses: actions/setup-python@v3
1616

1717
- name: Install PlatformIO
1818
run: |

0 commit comments

Comments
 (0)