Skip to content

Commit 6483cc7

Browse files
authored
Merge pull request #7 from elast0ny/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
2 parents c361c87 + e2821b4 commit 6483cc7

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.4.0
21+
uses: actions/checkout@v3
2222

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

0 commit comments

Comments
 (0)