Skip to content

Commit e76da66

Browse files
Update actions/checkout digest to 85e6279
1 parent ec49f47 commit e76da66

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
# actions/checkout@v2
21-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
21+
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
2222
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
2323
with:
2424
toolchain: stable
@@ -38,7 +38,7 @@ jobs:
3838
os: [ ubuntu-latest, macos-latest ]
3939
steps:
4040
# actions/checkout@v2
41-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
41+
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
4242
- uses: dtolnay/rust-toolchain@v1
4343
with:
4444
toolchain: ${{ matrix.toolchain }}

0 commit comments

Comments
 (0)