Skip to content

Commit 4c4781c

Browse files
chore(deps): update actions/checkout action to v6
1 parent da82886 commit 4c4781c

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
@@ -13,7 +13,7 @@ jobs:
1313
# added or changed files to the repository.
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-python@v6
1818
- name: Install pre-commit
1919
run: pip install pre-commit

0 commit comments

Comments
 (0)