Skip to content

Commit e3b93f2

Browse files
Update actions/checkout digest to 8eb1f6a
1 parent 1b832c7 commit e3b93f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
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@b4ffde65f46336ab88eb53be808477a3936bae11
17+
- uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
1818
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
1919
with:
2020
toolchain: stable
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
# actions/checkout@v2
30-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
30+
- uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
3131
- name: Cargo check
3232
run: cargo check --no-default-features
3333

@@ -38,7 +38,7 @@ jobs:
3838
os: [ ubuntu-latest, macos-12 ]
3939
steps:
4040
# actions/checkout@v2
41-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
41+
- uses: actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
4242
- name: Download CockroachDB
4343
run: ./tools/ci_download_cockroachdb
4444
- name: Add CockroachDB to PATH

0 commit comments

Comments
 (0)