Skip to content

Commit 7816bcc

Browse files
updated action versions
1 parent e2a2a3e commit 7816bcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v3
13+
- uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.9'
16-
- uses: pre-commit/action@v2.0.3
15+
python-version: '3.x'
16+
- uses: pre-commit/action@v3.0.0

0 commit comments

Comments
 (0)