From 89d3d55e74ce410d0c66ff187ea2340810962fd5 Mon Sep 17 00:00:00 2001 From: valued mammal Date: Sun, 16 Mar 2025 10:30:05 -0400 Subject: [PATCH] ci: Update actions/cache to v4 --- .github/workflows/cont_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 93aae51..dc332ee 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cargo/registry