From fce798244d2f4f54e29f98090103c5c38fe22e5c Mon Sep 17 00:00:00 2001 From: Rupert Nash Date: Mon, 18 Dec 2023 14:39:20 +0000 Subject: [PATCH] CI: bump actions/cache version --- .github/actions/install-hemelb-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-hemelb-deps/action.yml b/.github/actions/install-hemelb-deps/action.yml index f32567ee9..5b0385a0f 100644 --- a/.github/actions/install-hemelb-deps/action.yml +++ b/.github/actions/install-hemelb-deps/action.yml @@ -33,7 +33,7 @@ runs: libctemplate-dev ${{ inputs.extra_apt }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: deps-cache with: path: ${{ env.deps_install_prefix }}