From 3e3ca068624d5be14f248a0ea09e3c3db8d94384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:26:18 +0000 Subject: [PATCH] ci: bump actions/cache from 5.0.5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 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/27d5ce7f107fe9357f9df03efb73ab90386fccae...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 | 8 ++++---- .github/workflows/publish.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99170b9..2da839c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: echo "key=hardened-deps-${{ matrix.libc }}-${{ matrix.arch }}-v1.3.1-v3.1.4.1" >> $GITHUB_OUTPUT - name: Restore Cache id: cache-restore - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.2.2 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4.2.2 with: path: build/hardened-libs key: ${{ steps.cache-key.outputs.key }} @@ -110,7 +110,7 @@ jobs: - name: Restore Hardened Deps (Linux) if: runner.os == 'Linux' - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.2.2 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4.2.2 with: path: build/hardened-libs key: hardened-deps-glibc-${{ matrix.arch }}-v1.3.1-v3.1.4.1 @@ -150,7 +150,7 @@ jobs: uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v4.3.0 - name: Cache PDFium binaries - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.2.2 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4.2.2 with: path: build/pdfium-archives key: pdfium-${{ hashFiles('build.gradle.kts') }} @@ -199,7 +199,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.2 - name: Restore Hardened Deps (Musl) - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.2.2 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4.2.2 with: path: build/hardened-libs key: hardened-deps-musl-${{ matrix.arch }}-v1.3.1-v3.1.4.1 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 73b7ef8..bc4ad04 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: run: echo "key=hardened-deps-${{ matrix.libc }}-${{ matrix.arch }}-v1.3.1-v3.1.4.1" >> $GITHUB_OUTPUT - name: Restore Cache id: cache-restore - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.2.2 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4.2.2 with: path: build/hardened-libs key: ${{ steps.cache-key.outputs.key }} @@ -104,7 +104,7 @@ jobs: - name: Restore Hardened Deps (Linux) if: runner.os == 'Linux' - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.2.2 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4.2.2 with: path: build/hardened-libs key: hardened-deps-glibc-${{ matrix.arch }}-v1.3.1-v3.1.4.1 @@ -167,7 +167,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4.2.2 - name: Restore Hardened Deps (Musl) - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.2.2 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4.2.2 with: path: build/hardened-libs key: hardened-deps-musl-${{ matrix.arch }}-v1.3.1-v3.1.4.1