Skip to content

Commit aa34e98

Browse files
Bump actions/setup-python in the actions group across 1 directory
Bumps the actions group with 1 update in the / directory: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 426b0c6 commit aa34e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-python@v6
19+
- uses: actions/setup-python@v7
2020
with:
2121
python-version: "3.11"
2222
- run: python -m pip install -U build twine

0 commit comments

Comments
 (0)