Skip to content

Commit b3bda2c

Browse files
Merge pull request #503 from mehcode/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 983f786 + da6b4e2 commit b3bda2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/[email protected]
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-python@v4
12+
- uses: actions/setup-python@v5
1313
with:
1414
python-version: '3.x'
1515
- run: pip install gitlint

0 commit comments

Comments
 (0)