Skip to content

Commit 1e73cd3

Browse files
dependabot[bot]Rotzbua
authored andcommitted
Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7314529 commit 1e73cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.platformio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: ~/.platformio
4545
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
4646
- name: Set up Python
47-
uses: actions/setup-python@v2
47+
uses: actions/setup-python@v4
4848
- name: Install PlatformIO
4949
run: |
5050
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)