Skip to content

Commit 984f032

Browse files
build(deps): update actions/cache digest to 2f8e542
1 parent 0b059d2 commit 984f032

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # tag=v1
1616
with:
1717
toolchain: stable
18-
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
18+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
1919
with:
2020
path: |
2121
~/.cargo/bin/
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # tag=v1
4545
with:
4646
toolchain: stable
47-
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
47+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
4848
with:
4949
path: |
5050
~/.cargo/bin/
@@ -77,7 +77,7 @@ jobs:
7777
profile: minimal
7878
toolchain: stable
7979
override: true
80-
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
80+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
8181
with:
8282
path: |
8383
~/.cargo/bin/
@@ -107,7 +107,7 @@ jobs:
107107
toolchain: stable
108108
override: true
109109
components: rustfmt, clippy
110-
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
110+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
111111
with:
112112
path: |
113113
~/.cargo/bin/
@@ -160,7 +160,7 @@ jobs:
160160
profile: minimal
161161
toolchain: stable
162162
override: true
163-
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
163+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
164164
with:
165165
path: |
166166
~/.cargo/bin/
@@ -188,7 +188,7 @@ jobs:
188188
profile: minimal
189189
toolchain: stable
190190
override: true
191-
- uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3
191+
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
192192
with:
193193
path: |
194194
~/.cargo/bin/

0 commit comments

Comments
 (0)