From d2324ddd1b7cc4fb0ebd0375c81b347ed40754e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:35:32 +0200 Subject: [PATCH] Bump actions/cache from 4.1.1 to 4.1.2 (#1383) --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2902c4f4..3b43611f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cargo/registry/index @@ -130,7 +130,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cargo/registry/index @@ -183,7 +183,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cargo/registry/index @@ -230,7 +230,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cargo/registry/index