Skip to content

Commit 8fbcc25

Browse files
authored
Merge pull request #148 from AnguseZhang/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents 2c0b2a9 + c45c9db commit 8fbcc25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
pre-commit:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
- uses: actions/setup-python@v6
99
- name: Install pre-commit
1010
run: pip install pre-commit

0 commit comments

Comments
 (0)