From 88b45d025fffcf5ca07c6b21587b836293eb64b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 05:33:10 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5 to 6 in the all-actions group Bumps the all-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 852cd21..dd9002f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: experimental-features = nix-command flakes - name: Cache Zig package cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: architect/.zig-cache key: zig-${{ runner.os }}-${{ hashFiles('architect/build.zig.zon') }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ef3dd29..b2812ec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,7 +42,7 @@ jobs: experimental-features = nix-command flakes - name: Cache Zig package cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: architect/.zig-cache key: zig-${{ runner.os }}-${{ matrix.arch }}-${{ hashFiles('architect/build.zig.zon') }}