From 7d2d75e1320885d3c0936499e5db0f540628cc81 Mon Sep 17 00:00:00 2001 From: RoRBot Date: Sat, 27 Jun 2026 00:00:18 +0200 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/main.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 14a428d..2c0bf2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache conan - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: conan-${{ matrix.os }}-${{ hashFiles('conanfile.txt') }} path: ~/.conan2/ diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index c60084c..5142624 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -27,7 +27,7 @@ jobs: sudo chmod 777 run-sonar-scanner - name: Cache conan - uses: actions/cache@v5 + uses: actions/cache@v6 with: key: conan-linux-${{ hashFiles('conanfile.txt') }} path: ~/.conan2/