Skip to content

Commit a2a2862

Browse files
Bump actions/setup-python from 6 to 7 (#31)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8df8f43 commit a2a2862

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
- uses: actions/setup-python@v6
28+
- uses: actions/setup-python@v7
2929
with:
3030
python-version: '3.11'
3131

@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
fetch-depth: 0
6262

63-
- uses: actions/setup-python@v6
63+
- uses: actions/setup-python@v7
6464
with:
6565
python-version: '3.11'
6666

0 commit comments

Comments
 (0)