Skip to content

Commit 3dd6666

Browse files
Bump actions/setup-python in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.1 to 5.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.1...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85f19df commit 3dd6666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
git config --global user.name "$(gh api /users/${GITHUB_ACTOR} | jq .name -r)"
4040
git config -l
4141
- name: Install Python
42-
uses: actions/setup-python@v5.1.1
42+
uses: actions/setup-python@v5.3.0
4343
with:
4444
python-version: '3.12'
4545
- name: Install bump-my-version

0 commit comments

Comments
 (0)