Skip to content

Commit

Permalink
Update actions/checkout digest to 44c2b7a (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent 1b832c7 commit 0b8b5a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-latest
steps:
# actions/checkout@v2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
with:
toolchain: stable
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# actions/checkout@v2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Cargo check
run: cargo check --no-default-features

Expand All @@ -38,7 +38,7 @@ jobs:
os: [ ubuntu-latest, macos-12 ]
steps:
# actions/checkout@v2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- name: Download CockroachDB
run: ./tools/ci_download_cockroachdb
- name: Add CockroachDB to PATH
Expand Down

0 comments on commit 0b8b5a4

Please sign in to comment.