From 4bb90fca6c849908b0fee2be2b3327570fcc79cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:49:38 +0000 Subject: [PATCH] build(deps): bump hendrikmuhs/ccache-action from 1.2.14 to 1.2.16 Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.14 to 1.2.16. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/ed74d11c0b343532753ecead8a951bb09bb34bc9...53911442209d5c18de8a31615e0923161e435875) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action 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..7abffe3db88 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@53911442209d5c18de8a31615e0923161e435875 #v1.2.16 with: key: node(external_undici)${{ matrix.version }} diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8076294e617..cb0b6ebb82b 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@53911442209d5c18de8a31615e0923161e435875 #v1.2.16 with: key: node${{ matrix.version }}