Skip to content

Commit a68f149

Browse files
authored
Merge pull request #413 from modelix/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents ea41956 + c7892e6 commit a68f149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v4
11+
- uses: actions/setup-python@v5
1212
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)