Skip to content

Commit 325cfcb

Browse files
authored
Merge pull request #20 from Holzhaus/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 2 to 5
2 parents 6a991e4 + 12dda5c commit 325cfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 2
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v5
1818

1919
- name: Detect code style issues
2020
uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)