Skip to content

Commit 100c66f

Browse files
Update actions/checkout digest to 3b9b8c8
1 parent 13afd8c commit 100c66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
# actions/checkout@v2
17-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
17+
- uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
1818
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
1919
with:
2020
toolchain: stable
@@ -30,7 +30,7 @@ jobs:
3030
os: [ ubuntu-latest, macos-latest ]
3131
steps:
3232
# actions/checkout@v2
33-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
33+
- uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
3434
- name: Build
3535
run: cargo build --tests --verbose
3636
- name: Run tests

0 commit comments

Comments
 (0)