Skip to content

Commit b1ab676

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 7d1a712 commit b1ab676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0
49-
- uses: actions/setup-python@v5
49+
- uses: actions/setup-python@v6
5050
with:
5151
python-version: 3.9
5252
- name: make ${{ matrix.board }}
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v5
8686
with:
8787
fetch-depth: 0
88-
- uses: actions/setup-python@v5
88+
- uses: actions/setup-python@v6
8989
with:
9090
python-version: 3.9
9191
- name: make ${{ matrix.board }}
@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/checkout@v5
124124
with:
125125
fetch-depth: 0
126-
- uses: actions/setup-python@v5
126+
- uses: actions/setup-python@v6
127127
with:
128128
python-version: 3.9
129129
- name: make ${{ matrix.board }}

0 commit comments

Comments
 (0)