diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index 2f0b83ec..a7f01c5e 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -15,17 +15,17 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: ~/.cache/docker/cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('data-collector/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: ~/.cache/docker/cargo/git key: ${{ runner.os }}-cargo-index-${{ hashFiles('data-collector/Cargo.lock') }} - name: Cache cargo build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: data-collector/target key: ${{ runner.os }}-cargo-build-target-musl-${{ hashFiles('data-collector/Cargo.lock') }} @@ -53,17 +53,17 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: ~/.cache/docker/cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('data-forwarder/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: ~/.cache/docker/cargo/git key: ${{ runner.os }}-cargo-index-${{ hashFiles('data-forwarder/Cargo.lock') }} - name: Cache cargo build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: data-forwarder/target key: ${{ runner.os }}-cargo-build-target-musl-${{ hashFiles('data-forwarder/Cargo.lock') }} @@ -143,17 +143,17 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: ~/.cache/docker/cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('report-parser/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: ~/.cache/docker/cargo/git key: ${{ runner.os }}-cargo-index-${{ hashFiles('report-parser/Cargo.lock') }} - name: Cache cargo build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: report-parser/target key: ${{ runner.os }}-cargo-build-target-musl-${{ hashFiles('report-parser/Cargo.lock') }} @@ -181,17 +181,17 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: ~/.cache/docker/cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('slack-connector/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: ~/.cache/docker/cargo/git key: ${{ runner.os }}-cargo-index-${{ hashFiles('slack-connector/Cargo.lock') }} - name: Cache cargo build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: slack-connector/target key: ${{ runner.os }}-cargo-build-target-musl-${{ hashFiles('slack-connector/Cargo.lock') }} diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index e750cbd0..ef064621 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -12,7 +12,7 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: | ~/.cargo/registry @@ -38,7 +38,7 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: | ~/.cargo/registry @@ -64,7 +64,7 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: | ~/.cargo/registry @@ -93,7 +93,7 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: | ~/.cargo/registry @@ -119,7 +119,7 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: | ~/.cargo/registry @@ -142,7 +142,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.6 with: path: | ~/.cargo/registry