Skip to content

Commit 0a756c5

Browse files
authored
Merge pull request #398 from EnviroDIY/dependabot/github_actions/actions/setup-python-2.3.2
ci: bump actions/setup-python from 2.3.0 to 2.3.2
2 parents 912f042 + 230637b commit 0a756c5

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.0
26+
uses: actions/setup-python@v2.3.2
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.0
44+
uses: actions/setup-python@v2.3.2
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.0
205+
uses: actions/setup-python@v2.3.2
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.0
33+
uses: actions/setup-python@v2.3.2
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.0
15+
uses: actions/setup-python@v2.3.2
1616

1717
- name: Install PlatformIO
1818
run: |

0 commit comments

Comments
 (0)