Skip to content

Commit 2f680ad

Browse files
authored
ci: migrate workflows to checkout v4 (#13067)
Bumps checkout to v4 for future-proofing against Node 20 runner updates. Workflows compile the same.
1 parent d9a9318 commit 2f680ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
IGNORE_PATTERN: 'dependency-check-ignore:\s'
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
name: Check out the repository
2222
with:
2323
submodules: 'recursive'

0 commit comments

Comments
 (0)