Skip to content

Commit 1527514

Browse files
authored
Merge pull request #1 from nerc-project/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents b575d95 + 9b33f41 commit 1527514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
pre-commit:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: actions/setup-python@v5
1313
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)