Skip to content

Commit

Permalink
build(deps): update actions/cache digest to c1a5de8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2022
1 parent 6523a69 commit 1c63090
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # tag=v1
with:
toolchain: stable
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # tag=v1
with:
toolchain: stable
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
toolchain: stable
override: true
components: rustfmt, clippy
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
- uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2 # v3
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 1c63090

Please sign in to comment.