Skip to content

Commit d98485d

Browse files
authored
Use actions/checkout v2 for Rustfmt
Allows changes to behavior of this action to be more visible as dependabot updates it
1 parent 52a4848 commit d98485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Rustfmt
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@master
41+
- uses: actions/checkout@v2
4242
- name: Install Rust
4343
uses: actions-rs/toolchain@v1
4444
with:

0 commit comments

Comments
 (0)