From 8ed5fef624e00730c671b9f1541a55b9dd88a7d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:45:30 +0200 Subject: [PATCH] Bump actions/cache from 4.1.0 to 4.1.1 (#1370) --- .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 9ab928c7..49194857 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.0 + uses: actions/cache@v4.1.1 with: path: | ~/.cargo/registry/index @@ -130,7 +130,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: | ~/.cargo/registry/index @@ -183,7 +183,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: | ~/.cargo/registry/index @@ -230,7 +230,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v4.1.0 + uses: actions/cache@v4.1.1 with: path: | ~/.cargo/registry/index