From a9378c86111c1871496903e871dd182ff4c38af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:02:40 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-cache-libpq.yml | 4 ++-- .github/workflows/packages.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-cache-libpq.yml b/.github/workflows/build-and-cache-libpq.yml index 7d92383d..e3d53fac 100644 --- a/.github/workflows/build-and-cache-libpq.yml +++ b/.github/workflows/build-and-cache-libpq.yml @@ -74,7 +74,7 @@ jobs: image: tonistiigi/binfmt:qemu-v8.1.5 - name: Cache libpq build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/libpq.build key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }} @@ -117,7 +117,7 @@ jobs: uses: actions/checkout@v6 - name: Cache libpq build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/libpq.build key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }} diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 48a95fcf..06a6794d 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -86,7 +86,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Cache libpq build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/libpq.build key: libpq-${{ matrix.platform }}-${{ matrix.arch }}-${{ env.LIBPQ_VERSION }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }} @@ -158,7 +158,7 @@ jobs: uses: actions/checkout@v6 - name: Cache libpq build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/libpq.build key: libpq-macos-${{ env.LIBPQ_VERSION }}-${{ matrix.arch }}-${{ env.OPENSSL_VERSION }}${{ env.PQ_FLAGS }}