Skip to content

Commit

Permalink
Merge pull request #266 from callowayproject/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/github-actions-c5dcc045de

Bump actions/setup-python from 5.1.1 to 5.3.0 in the github-actions group
  • Loading branch information
coordt authored Dec 16, 2024
2 parents 85f19df + 3dd6666 commit 8cf8ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
git config --global user.name "$(gh api /users/${GITHUB_ACTOR} | jq .name -r)"
git config -l
- name: Install Python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.3.0
with:
python-version: '3.12'
- name: Install bump-my-version
Expand Down

0 comments on commit 8cf8ebd

Please sign in to comment.