Skip to content

Commit c2c0c8c

Browse files
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@v1.2.14...v1.2.16) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53415c3 commit c2c0c8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: actions/checkout@v4
5353

5454
- name: Ccache
55-
uses: hendrikmuhs/[email protected].14
55+
uses: hendrikmuhs/[email protected].16
5656
with:
5757
key: ${{ runner.os }}-ubuntu-${{ matrix.container_version }}
5858

@@ -192,7 +192,7 @@ jobs:
192192
uses: actions/checkout@v4
193193

194194
- name: Ccache
195-
uses: hendrikmuhs/[email protected].14
195+
uses: hendrikmuhs/[email protected].16
196196
with:
197197
key: ${{ runner.os }}-${{ matrix.qt-version }}
198198

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Ccache
51-
uses: hendrikmuhs/[email protected].14
51+
uses: hendrikmuhs/[email protected].16
5252
with:
5353
key: ${{ runner.os }}-${{ matrix.qt-version }}
5454
if: ${{ matrix.os == 'ubuntu' }}

0 commit comments

Comments
 (0)