Skip to content

Commit 8a3a3c0

Browse files
committed
⬆️ Update GitHub actions
1 parent 6b28f8e commit 8a3a3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
1414
- uses: actions/cache@v3
1515
with:
1616
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)