Skip to content

Commit db16a7d

Browse files
Merge pull request #687 from litex-hub/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 521e25c + b8f96ac commit db16a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
# Checkout Repository
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212

1313
# Install Tools
1414
- name: Install Tools

0 commit comments

Comments
 (0)