From 82e7269c2bab00d30c0c32ce1e20058ded55a834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 00:03:49 +0000 Subject: [PATCH] Build(deps): bump actions/cache from 5.0.3 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 6.1.0. - [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/cdf6c1fa76f9f475f3d7449005a359c84ca0f306...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/coverage-main.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95692e20..09c21fb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - name: Frontend e2e run: make frontend-e2e - name: Cache Whitaker installer - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ~/.cargo/bin/whitaker-installer @@ -90,13 +90,13 @@ jobs: run: make lint - name: Cache pg_worker binary id: cache-pg-worker - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/bin/pg_worker key: pg-worker-0.4.0-${{ runner.os }} - name: Cache PostgreSQL binaries id: cache-pg-binaries - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ~/.cache/postgresql_embedded diff --git a/.github/workflows/coverage-main.yml b/.github/workflows/coverage-main.yml index 678d2b3b..96ea0f30 100644 --- a/.github/workflows/coverage-main.yml +++ b/.github/workflows/coverage-main.yml @@ -45,13 +45,13 @@ jobs: sudo apt-get install -y --no-install-recommends libssl-dev pkg-config - name: Cache pg_worker binary id: cache-pg-worker - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: ~/.cargo/bin/pg_worker key: pg-worker-0.4.0-${{ runner.os }} - name: Cache PostgreSQL binaries id: cache-pg-binaries - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ~/.cache/postgresql_embedded