Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 8b5e8b7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent f581faf commit 40e205a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
# actions/checkout@v2
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@8b5e8b768746b50394015010d25e690bfab9dfbc
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
with:
toolchain: stable
Expand All @@ -30,7 +30,7 @@ jobs:
os: [ ubuntu-20.04, macos-11 ]
steps:
# actions/checkout@v2
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@8b5e8b768746b50394015010d25e690bfab9dfbc
- name: Build
run: cargo build --tests --verbose
- name: Run tests
Expand Down

0 comments on commit 40e205a

Please sign in to comment.