summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci_pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_pipeline.yml')
-rw-r--r--.github/workflows/ci_pipeline.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml
index b5265197..c1278399 100644
--- a/.github/workflows/ci_pipeline.yml
+++ b/.github/workflows/ci_pipeline.yml
@@ -30,7 +30,7 @@ jobs:
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2
- name: Build packages for amd64
run: ./ci/build_scripts/build_for_amd64.sh
@@ -94,7 +94,7 @@ jobs:
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2
- name: Build for ${{ matrix.target }}
run: ./ci/build_scripts/build_for_arm.sh ${{ matrix.target }}