Skip to content

Commit 046072a

Browse files
dependabot[bot]Rotzbua
authored andcommitted
Bump actions/setup-python from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a2cf44 commit 046072a

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@v5
47+
uses: actions/setup-python@v6
4848
- name: Install PlatformIO
4949
run: |
5050
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)