Skip to content

Commit e4c21f3

Browse files
authored
Merge pull request #422 from OWASP/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents 9612655 + d4e4850 commit e4c21f3

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout git repository
2222
uses: actions/checkout@v4
2323
- name: Setup python
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: "3.9"
2727
- uses: actions/cache@v3

0 commit comments

Comments
 (0)