Skip to content

Commit cdc2462

Browse files
Update actions/checkout digest to d632683 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e113076 commit cdc2462

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-22.04
1515
steps:
1616
# actions/checkout@v2
17-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
17+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1818
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
1919
with:
2020
toolchain: stable
@@ -30,7 +30,7 @@ jobs:
3030
os: [ ubuntu-20.04, macos-11 ]
3131
steps:
3232
# actions/checkout@v2
33-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
33+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3434
- name: Build
3535
run: cargo build --tests --verbose
3636
- name: Run tests

0 commit comments

Comments
 (0)