Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 6a6a6b1 commit f13973a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: "Setup Python"
runs:
using: "composite"
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
2 changes: 1 addition & 1 deletion .github/workflows/fix-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
repository: '${{ fromJSON(steps.pr-info.outputs.PR_INFO).headRepositoryOwner.login }}/${{ fromJSON(steps.pr-info.outputs.PR_INFO).headRepository.name }}'
ref: '${{ fromJSON(steps.pr-info.outputs.PR_INFO).headRefName }}'
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- run: python -m pip install pre-commit
- run: pre-commit run --all-files --show-diff-on-failure --color=always
- uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit f13973a

Please sign in to comment.