Skip to content

Commit ed0a594

Browse files
committed
fixup! fixup! Bump GitHub Actions
1 parent edba2b7 commit ed0a594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-health.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
- uses: actions/checkout@v4
1111

1212
- name: Black Check
13-
uses: jpetrucciani/black-check@7f5b2ad20fa5484f1884f07c1937e032ed8cd939
13+
uses: jpetrucciani/black-check@25.1.0
1414

1515
Mypy:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
1919

2020
- name: Mypy linting
21-
uses: jpetrucciani/mypy-check@179fdad632bf3ccf4cabb7ee4307ef25e51d2f96
21+
uses: jpetrucciani/mypy-check@1.14.1
2222
with:
2323
path: scripts/*/*.py
2424

0 commit comments

Comments
 (0)