Skip to content

Commit d78a1ba

Browse files
ci: bump actions/setup-python from 4.5.0 to 5.1.0 (#40)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.5.0...v5.1.0) --- updated-dependencies: - dependency-name: actions/setup-python 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 a8d43a9 commit d78a1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 2
2121
- name: Set up Python
22-
uses: actions/setup-python@v4.5.0
22+
uses: actions/setup-python@v5.1.0
2323
with:
2424
python-version: "3.11"
2525
- name: Install pip and poetry

0 commit comments

Comments
 (0)