Skip to content

Commit 8f7e5f3

Browse files
dependabot[bot]mrbean-bremen
authored andcommitted
Bump hendrikmuhs/ccache-action from 1.2.16 to 1.2.17
Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.16 to 1.2.17. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@v1.2.16...v1.2.17) --- 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 92f500f commit 8f7e5f3

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].16
55+
uses: hendrikmuhs/[email protected].17
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].16
195+
uses: hendrikmuhs/[email protected].17
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
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v4
4848

4949
- name: Ccache
50-
uses: hendrikmuhs/[email protected].16
50+
uses: hendrikmuhs/[email protected].17
5151
with:
5252
key: ${{ runner.os }}-${{ matrix.qt-version }}
5353
if: ${{ matrix.os == 'ubuntu' }}

0 commit comments

Comments
 (0)