From 4ac097051e669008a4afdd31ec48b8c3a23f7516 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Mon, 6 Jan 2025 18:18:38 -0300 Subject: [PATCH] Bump GH action version --- .github/workflows/build.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56fbdbf..7091454 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Cache build artifacts id: cache-cargo - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cargo/bin diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ff6a7e..185b7ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Cache build artifacts id: cache-cargo - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cargo/registry