Skip to content

Commit c361c87

Browse files
authored
Merge pull request #6 from elast0ny/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.5 to 2.4.0
2 parents f5b797b + 40b3551 commit c361c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Sources
21-
uses: actions/checkout@v2.3.5
21+
uses: actions/checkout@v2.4.0
2222

2323
- name: Install Rust Toolchain
2424
uses: actions-rs/[email protected]

0 commit comments

Comments
 (0)