From 97a5b9a46b3adff1d121ece350a01c0a0ac69809 Mon Sep 17 00:00:00 2001 From: BentouDev Date: Sun, 11 Feb 2024 15:40:11 +0100 Subject: [PATCH] Update actions versions --- .github/workflows/deploy_conan.yml | 2 +- .github/workflows/test_acceptance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_conan.yml b/.github/workflows/deploy_conan.yml index e30b494..277acf5 100644 --- a/.github/workflows/deploy_conan.yml +++ b/.github/workflows/deploy_conan.yml @@ -72,7 +72,7 @@ jobs: - name: Cache Conan packages id: cache-conan - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-conan-packages with: diff --git a/.github/workflows/test_acceptance.yml b/.github/workflows/test_acceptance.yml index a7717f2..294e011 100644 --- a/.github/workflows/test_acceptance.yml +++ b/.github/workflows/test_acceptance.yml @@ -22,7 +22,7 @@ jobs: - name: Cache Conan packages id: cache-conan - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-conan-packages with: