From 2c8c358bc836c4e2daa0fdfa15803934a2ed3734 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Wed, 17 Sep 2025 13:25:54 -0500 Subject: [PATCH] update cache action to v4 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fec4c17a..13f26a31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: - uses: actions-rs/toolchain@v1 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -108,20 +108,20 @@ jobs: - name: Setup PowerShell module cache id: cacher - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ${{ steps.psmodulecache.outputs.modulepath }} key: ${{ steps.psmodulecache.outputs.keygen }} - name: Setup Chocolatey download cache id: chococache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey\ key: chocolatey-install - name: Setup Cargo build cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | C:\Users\runneradmin\.cargo\registry