Skip to content

Commit d47c87d

Browse files
committed
Update gha versions
1 parent e29c724 commit d47c87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
name: Format
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v2
17-
- uses: pre-commit/action@v2.0.0
17+
- uses: pre-commit/action@v3.0.0
1818
with:
1919
extra_args: --hook-stage manual --all-files
2020

0 commit comments

Comments
 (0)