Skip to content

Commit 4bb90fc

Browse files
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](hendrikmuhs/ccache-action@ed74d11...5391144) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 008187b commit 4bb90fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: sudo apt-get install ninja-build
7373

7474
- name: ccache
75-
uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 #v1.2.14
75+
uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 #v1.2.16
7676
with:
7777
key: node(external_undici)${{ matrix.version }}
7878

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: sudo apt-get install ninja-build
116116

117117
- name: ccache
118-
uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 #v1.2.14
118+
uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 #v1.2.16
119119
with:
120120
key: node${{ matrix.version }}
121121

0 commit comments

Comments
 (0)