From 244178215991bda478aff2e6555c80896c2e9988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:05:12 +0000 Subject: [PATCH] chore(deps)(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/coverage.yml | 2 +- .github/workflows/release.yml | 8 ++++---- .github/workflows/sanitizers.yml | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 89279ef..7d08e7b 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -37,7 +37,7 @@ jobs: libbenchmark-dev - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | external/imgui diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 848d36c..270b788 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v7 - name: Cache ImGui - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: external/imgui key: ${{ runner.os }}-imgui-v1.92.4 @@ -173,7 +173,7 @@ jobs: uses: actions/checkout@v7 - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | external/imgui diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 864e8e2..91b77fc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,7 +32,7 @@ jobs: lcov - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | external/imgui diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8150677..c443e41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: wget - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | external/imgui @@ -286,7 +286,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Cache vcpkg packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:/vcpkg/installed # v3: Using x64-windows-static triplet for static MSVC runtime @@ -296,7 +296,7 @@ jobs: ${{ runner.os }}-vcpkg-static- - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | external/imgui @@ -434,7 +434,7 @@ jobs: echo "LDFLAGS=-stdlib=libc++" >> $GITHUB_ENV - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | external/imgui diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index 8f26010..53a2512 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -34,7 +34,7 @@ jobs: xorg-dev - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | external/imgui @@ -122,7 +122,7 @@ jobs: xorg-dev - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | external/imgui @@ -210,7 +210,7 @@ jobs: xorg-dev - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | external/imgui