mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-05-17 07:08:26 +08:00
ci: migrate workflows to checkout v4 (#13067)
Bumps checkout to v4 for future-proofing against Node 20 runner updates. Workflows compile the same.
This commit is contained in:
2
.github/workflows/dependency-check.yml
vendored
2
.github/workflows/dependency-check.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
IGNORE_PATTERN: 'dependency-check-ignore:\s'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
name: Check out the repository
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
Reference in New Issue
Block a user