Skip to content

Commit 74730ea

Browse files
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c0ca5d commit 74730ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
show-progress: false
1515
- name: Setup Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: 3.x
1919
- run: pip install cpplint
@@ -33,7 +33,7 @@ jobs:
3333
git config --global credential.helper store
3434
echo "https://oauth2:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials
3535
- name: Setup Python
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: 3.x
3939
- name: Install Platform IO
@@ -57,7 +57,7 @@ jobs:
5757
git config --global credential.helper store
5858
echo "https://oauth2:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials
5959
- name: Setup Python
60-
uses: actions/setup-python@v5
60+
uses: actions/setup-python@v6
6161
with:
6262
python-version: 3.x
6363
- name: Install Platform IO

0 commit comments

Comments
 (0)