Skip to content

Commit 2195abc

Browse files
authored
Merge pull request #62 from scientificcomputing/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ee83aa4 + 2922136 commit 2195abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v4
1414
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)