summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-workflow.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-workflow.yml')
-rw-r--r--.github/workflows/build-workflow.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml
index f1ff16aa..bcf1b4d4 100644
--- a/.github/workflows/build-workflow.yml
+++ b/.github/workflows/build-workflow.yml
@@ -23,7 +23,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
@@ -61,7 +61,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 }}