Skip to content

Commit 9d7e6f0

Browse files
committed
⬆️ Update GitHub actions
1 parent 6b28f8e commit 9d7e6f0

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
@@ -9,9 +9,9 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v3
14-
- uses: actions/cache@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
14+
- uses: actions/cache@v4
1515
with:
1616
path: ~/.cache/pre-commit
1717
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)