Skip to content

Commit d75a024

Browse files
ci: Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) and [actions/setup-java](https://github.com/actions/setup-java). Updates `hendrikmuhs/ccache-action` from 1.2.23 to 1.2.24 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@v1.2.23...v1.2.24) Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5...v6) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a29fbd commit d75a024

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/check.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
clang-format: true
5858
- name: ccache
59-
uses: hendrikmuhs/ccache-action@v1.2.23
59+
uses: hendrikmuhs/ccache-action@v1.2.24
6060
with:
6161
key: ${{ github.job }}-${{ runner.os }}
6262
- run: pnpm install
@@ -100,11 +100,11 @@ jobs:
100100
with:
101101
clang-format: true
102102
- name: ccache
103-
uses: hendrikmuhs/ccache-action@v1.2.23
103+
uses: hendrikmuhs/ccache-action@v1.2.24
104104
with:
105105
key: ${{ github.job }}-${{ runner.os }}
106106
- name: Set up JDK 17
107-
uses: actions/setup-java@v5
107+
uses: actions/setup-java@v6
108108
with:
109109
java-version: "17"
110110
distribution: "temurin"
@@ -140,7 +140,7 @@ jobs:
140140
with:
141141
clang-format: true
142142
- name: ccache
143-
uses: hendrikmuhs/ccache-action@v1.2.23
143+
uses: hendrikmuhs/ccache-action@v1.2.24
144144
with:
145145
key: ${{ github.job }}-${{ runner.os }}
146146
- run: pnpm install
@@ -177,7 +177,7 @@ jobs:
177177
with:
178178
clang-format: true
179179
- name: ccache
180-
uses: hendrikmuhs/ccache-action@v1.2.23
180+
uses: hendrikmuhs/ccache-action@v1.2.24
181181
with:
182182
key: ${{ github.job }}-${{ runner.os }}
183183
- run: pnpm install
@@ -220,7 +220,7 @@ jobs:
220220
with:
221221
clang-format: true
222222
- name: ccache
223-
uses: hendrikmuhs/ccache-action@v1.2.23
223+
uses: hendrikmuhs/ccache-action@v1.2.24
224224
with:
225225
key: ${{ github.job }}-${{ runner.os }}
226226
# The action defaults to 500M, which a from-source React Native build
@@ -329,11 +329,11 @@ jobs:
329329
with:
330330
clang-format: true
331331
- name: ccache
332-
uses: hendrikmuhs/ccache-action@v1.2.23
332+
uses: hendrikmuhs/ccache-action@v1.2.24
333333
with:
334334
key: ${{ github.job }}-${{ runner.os }}
335335
- name: Set up JDK 17
336-
uses: actions/setup-java@v5
336+
uses: actions/setup-java@v6
337337
with:
338338
java-version: "17"
339339
distribution: "temurin"
@@ -378,11 +378,11 @@ jobs:
378378
with:
379379
clang-format: true
380380
- name: ccache
381-
uses: hendrikmuhs/ccache-action@v1.2.23
381+
uses: hendrikmuhs/ccache-action@v1.2.24
382382
with:
383383
key: ${{ github.job }}-${{ runner.os }}
384384
- name: Set up JDK 17
385-
uses: actions/setup-java@v5
385+
uses: actions/setup-java@v6
386386
with:
387387
java-version: "17"
388388
distribution: "temurin"
@@ -472,11 +472,11 @@ jobs:
472472
with:
473473
clang-format: true
474474
- name: ccache
475-
uses: hendrikmuhs/ccache-action@v1.2.23
475+
uses: hendrikmuhs/ccache-action@v1.2.24
476476
with:
477477
key: ${{ github.job }}-${{ runner.os }}
478478
- name: Set up JDK 17
479-
uses: actions/setup-java@v5
479+
uses: actions/setup-java@v6
480480
with:
481481
java-version: "17"
482482
distribution: "temurin"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ jobs:
112112
with:
113113
clang-format: true
114114
- name: ccache
115-
uses: hendrikmuhs/ccache-action@v1.2.23
115+
uses: hendrikmuhs/ccache-action@v1.2.24
116116
with:
117117
key: ${{ github.job }}-${{ runner.os }}
118118
- name: Set up JDK 17
119-
uses: actions/setup-java@v5
119+
uses: actions/setup-java@v6
120120
with:
121121
java-version: "17"
122122
distribution: "temurin"

0 commit comments

Comments
 (0)