From 666593fafdb9b8f001085e4a7b4020f0ae598a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:03:10 +0000 Subject: [PATCH] build(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.19 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.14 to 1.2.19. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/ed74d11c0b343532753ecead8a951bb09bb34bc9...bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs-shared.yml | 2 +- .github/workflows/nodejs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs-shared.yml b/.github/workflows/nodejs-shared.yml index 172cc72df80..ff1196a8a91 100644 --- a/.github/workflows/nodejs-shared.yml +++ b/.github/workflows/nodejs-shared.yml @@ -72,7 +72,7 @@ jobs: run: sudo apt-get install ninja-build - name: ccache - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 #v1.2.14 + uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 #v1.2.19 with: key: node(external_undici)${{ matrix.version }} diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8076294e617..7e44c6b9089 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -115,7 +115,7 @@ jobs: run: sudo apt-get install ninja-build - name: ccache - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 #v1.2.14 + uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 #v1.2.19 with: key: node${{ matrix.version }}