Skip to content

Commit c2282fa

Browse files
chore(deps): bump hendrikmuhs/ccache-action from 1.2.13 to 1.2.19 (#17756)
Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.13 to 1.2.19. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@c92f40b...bfa03e1) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 870b7dd commit c2282fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e2e_tests_fdc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
java-version: '21'
154154
- name: Setup PostgreSQL for Linux/macOS/Windows
155155
uses: ikalnytskyi/action-setup-postgres@v7
156-
- uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92
156+
- uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
157157
name: Xcode Compile Cache
158158
with:
159159
key: xcode-cache-${{ runner.os }}

.github/workflows/ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
distribution: 'temurin'
4747
java-version: '21'
48-
- uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92
48+
- uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
4949
name: Xcode Compile Cache
5050
with:
5151
key: xcode-cache-${{ runner.os }}

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
distribution: 'temurin'
4545
java-version: '21'
46-
- uses: hendrikmuhs/ccache-action@c92f40bee50034e84c763e33b317c77adaa81c92
46+
- uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639
4747
name: Xcode Compile Cache
4848
with:
4949
key: xcode-cache-${{ runner.os }}

0 commit comments

Comments
 (0)