summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-10 10:15:49 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-09-08 10:34:04 +0200
commit98b434d00db2ea28f0255317330f556cbc504983 (patch)
tree67365137f1462b9ecbd9f74843c2fcc72d79c48d
parenta10038066715dd79d12caca1a47d54a095c8df01 (diff)
Update Swatinem/rust-cache: v1 -> v2
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--.github/workflows/build-workflow.yml4
-rw-r--r--.github/workflows/ci_pipeline.yml4
-rw-r--r--.github/workflows/hosted-post-merge_version_update.yml2
-rw-r--r--.github/workflows/pull-request-checks.yml12
-rw-r--r--.github/workflows/update-tedge-ref-docs.yml2
5 files changed, 12 insertions, 12 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 }}
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 }}
diff --git a/.github/workflows/hosted-post-merge_version_update.yml b/.github/workflows/hosted-post-merge_version_update.yml
index 48430697..deaa3226 100644
--- a/.github/workflows/hosted-post-merge_version_update.yml
+++ b/.github/workflows/hosted-post-merge_version_update.yml
@@ -25,7 +25,7 @@ jobs:
override: true
- name: Enable cache
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2
- name: Install cargo-release
uses: actions-rs/cargo@v1
diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml
index 9c029163..70ef6467 100644
--- a/.github/workflows/pull-request-checks.yml
+++ b/.github/workflows/pull-request-checks.yml
@@ -174,7 +174,7 @@ jobs:
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2
- name: Cargo clippy --version
uses: actions-rs/cargo@v1
@@ -224,7 +224,7 @@ jobs:
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2
- name: Cargo version
uses: actions-rs/cargo@v1
@@ -262,7 +262,7 @@ jobs:
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2
- name: Cargo version
uses: actions-rs/cargo@v1
@@ -295,7 +295,7 @@ jobs:
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2
- name: build cross release for target
uses: actions-rs/cargo@v1
@@ -323,7 +323,7 @@ jobs:
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2
- name: Build tests cross release for target
uses: actions-rs/cargo@v1
@@ -355,7 +355,7 @@ jobs:
#
# - name: Enable cache
# # https://github.com/marketplace/actions/rust-cache
-# uses: Swatinem/rust-cache@v1
+# uses: Swatinem/rust-cache@v2
#
# - name: install libssl
# run: sudo apt install libssl-dev
diff --git a/.github/workflows/update-tedge-ref-docs.yml b/.github/workflows/update-tedge-ref-docs.yml
index a644339c..1e498b6e 100644
--- a/.github/workflows/update-tedge-ref-docs.yml
+++ b/.github/workflows/update-tedge-ref-docs.yml
@@ -27,7 +27,7 @@ jobs:
- name: Enable cache
# https://github.com/marketplace/actions/rust-cache
- uses: Swatinem/rust-cache@v1
+ uses: Swatinem/rust-cache@v2
- name: Build tedge
uses: actions-rs/cargo@v1