Skip to content

Commit 30f19f8

Browse files
dependabot[bot]yubiuser
authored andcommitted
Bump actions/setup-python in the github_action-dependencies group
Bumps the github_action-dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_action-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 156946f commit 30f19f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v5.1.1
25+
uses: actions/setup-python@v5.2.0
2626
with:
2727
python-version: "${{ env.PYTHON_VERSION }}"
2828
architecture: "x64"

0 commit comments

Comments
 (0)