From 0a62d8a90e4c286f16869d81f03c080e24ed1aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Tue, 11 Apr 2023 20:29:14 +0200 Subject: [PATCH] Update actions/cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1db716e8..bb4e6483 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,7 +80,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v2 + uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry/index