From fa655c250a917cf93583095264cd0333811b6a89 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Mon, 6 Jan 2025 18:19:18 -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 080a795..a4ea37f 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 2f56007..6f78fc8 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