Skip to content

Commit

Permalink
Update actions/checkout digest to d632683 (#307)
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 Sep 30, 2024
1 parent 4335fa3 commit 029b455
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-24.04
steps:
# actions/checkout@v2
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Report cargo version
run: cargo --version
- name: Report rustfmt version
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
# actions/checkout@v2
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Report cargo version
run: cargo --version
- name: Report Clippy version
Expand All @@ -46,7 +46,7 @@ jobs:
os: [ ubuntu-20.04, windows-2022, macos-12 ]
steps:
# actions/checkout@v2
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
with:
profile: minimal
Expand Down

0 comments on commit 029b455

Please sign in to comment.