From 6ef0b93a2ac21edc03343026809d1704eec89e27 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 11 Dec 2024 14:18:09 +0100 Subject: [PATCH] Update actions/cache version to 4.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3502682..56fce26 100644 --- a/action.yml +++ b/action.yml @@ -228,7 +228,7 @@ runs: fi - name: Setup cache for Boost files - uses: actions/cache@v2 + uses: actions/cache@v4 id: boost_cache with: path: ${{ env.BOOST_INSTALL_DIR }}