diff --git a/.github/actions/rust/rust-setup/action.yml b/.github/actions/rust/rust-setup/action.yml index a7f9bcffdf..f7bcfc9235 100644 --- a/.github/actions/rust/rust-setup/action.yml +++ b/.github/actions/rust/rust-setup/action.yml @@ -27,7 +27,7 @@ runs: override: true - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 with: # https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci path: | @@ -52,7 +52,7 @@ runs: command: update - name: Cache build target - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 with: path: ${{ inputs.target-cache-path }} # Add date to the cache to keep it up to date diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 48fe814d74..92e55dc6a1 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -11,6 +11,7 @@ on: - dev paths: - '.github/workflows/build-and-test.yml' + - '.github/actions' - '**.rs' - '**.toml' diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index d2595b7092..9134f03abd 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -29,7 +29,7 @@ jobs: run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 with: # https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci path: | @@ -79,7 +79,7 @@ jobs: run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV - name: Cache cargo - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 with: # https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci path: |