From 174e0c6185c4690ad59dbf6740131fdb5df334d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 14:21:56 +0000 Subject: [PATCH] build(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.18 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.14 to 1.2.18. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/ed74d11c0b343532753ecead8a951bb09bb34bc9...63069e3931dedbf3b63792097479563182fe70d1) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.18 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..6ae7edc560d 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@63069e3931dedbf3b63792097479563182fe70d1 #v1.2.18 with: key: node(external_undici)${{ matrix.version }} diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8076294e617..6b182094911 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@63069e3931dedbf3b63792097479563182fe70d1 #v1.2.18 with: key: node${{ matrix.version }}