From 6715a9d1b0e68542a29d552d8c4aca29fbd8f8dd Mon Sep 17 00:00:00 2001 From: Thorsten Ehlers Date: Sun, 31 Mar 2024 19:40:58 +0200 Subject: [PATCH] Update cache action to v4 in Github CI workflow jobs --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5e231c..c0e0d51 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -44,7 +44,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/bin/