Skip to content

Commit f8c28c5

Browse files
committed
Update checkout action reference
1 parent 0df0cf5 commit f8c28c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
os: windows-latest
103103
rust: nightly-x86_64-gnu
104104
steps:
105-
- uses: actions/checkout@master
105+
- uses: actions/checkout@v1
106106
with:
107107
submodules: true
108108
- name: Install Rust (rustup)
@@ -139,7 +139,7 @@ jobs:
139139
name: Rustfmt
140140
runs-on: ubuntu-latest
141141
steps:
142-
- uses: actions/checkout@master
142+
- uses: actions/checkout@v1
143143
with:
144144
submodules: true
145145
- name: Install Rust

0 commit comments

Comments
 (0)