mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-07 22:03:14 +00:00
ci: upgrade actions
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
steps:
|
||||
- name: cache protoc bin
|
||||
id: cache-protoc-action
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
env:
|
||||
cache-name: cache-protoc-action-bin
|
||||
with:
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: cache flatc bin
|
||||
id: cache-flatc-action
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
env:
|
||||
cache-name: cache-flatc-action-bin
|
||||
with:
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
# components: rustfmt, clippy
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: cargo build
|
||||
run: cargo build
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
run: cargo test --all --exclude e2e_test
|
||||
|
||||
- name: cache cargo
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
env:
|
||||
cache-name: cache-cargo
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user