Skip to content

Commit 611ecb6

Browse files
committed
ci: actions/cache v3 -> v4
1 parent 23faad4 commit 611ecb6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
target: [x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu, i686-unknown-linux-gnu, aarch64-unknown-linux-gnu, armv7-unknown-linux-gnueabihf]
22+
target: [ x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu, i686-unknown-linux-gnu, aarch64-unknown-linux-gnu, armv7-unknown-linux-gnueabihf ]
2323
steps:
2424
- name: Checkout Source code
2525
uses: actions/checkout@v4
2626
- name: Cache Rust dependencies
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: |
3030
~/.cargo/registry
@@ -55,12 +55,12 @@ jobs:
5555
runs-on: windows-latest
5656
strategy:
5757
matrix:
58-
target: [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
58+
target: [ i686-pc-windows-msvc, x86_64-pc-windows-msvc ]
5959
steps:
6060
- name: Checkout Source code
6161
uses: actions/checkout@v4
6262
- name: Cache Rust dependencies
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
with:
6565
path: |
6666
~/.cargo/registry
@@ -88,12 +88,12 @@ jobs:
8888
runs-on: macos-latest
8989
strategy:
9090
matrix:
91-
target: [x86_64-apple-darwin, aarch64-apple-darwin]
91+
target: [ x86_64-apple-darwin, aarch64-apple-darwin ]
9292
steps:
9393
- name: Checkout Source code
9494
uses: actions/checkout@v4
9595
- name: Cache Rust dependencies
96-
uses: actions/cache@v3
96+
uses: actions/cache@v4
9797
with:
9898
path: |
9999
~/.cargo/registry

0 commit comments

Comments
 (0)