From 939048418bbf1d16a8f821f2ff22d699c7514cf4 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 12 Dec 2025 01:57:09 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ae5da8d..0819ce1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/bin