Skip to content

Commit 9940c24

Browse files
authored
github actions version up (#8099)
1 parent ed36cbc commit 9940c24

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.github/workflows/actions/build-ios-tvos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: ccache
36-
uses: hendrikmuhs/[email protected].13
36+
uses: hendrikmuhs/[email protected].14
3737
with:
3838
key: ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
3939

.github/workflows/actions/build-linux64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/checkout@v4
4444
- name: ccache
45-
uses: hendrikmuhs/[email protected].13
45+
uses: hendrikmuhs/[email protected].14
4646
with:
4747
key: ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
4848

.github/workflows/actions/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: ccache
34-
uses: hendrikmuhs/[email protected].13
34+
uses: hendrikmuhs/[email protected].14
3535
with:
3636
# key: ${{ matrix.os }}-${{ matrix.type }}
3737
key: ${{ matrix.cfg.target }}-${{ matrix.cfg.opt }}

.github/workflows/actions/build-msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: ccache
37-
uses: hendrikmuhs/[email protected].13
37+
uses: hendrikmuhs/[email protected].14
3838
with:
3939
# key: ${{ matrix.os }}-${{ matrix.type }}
4040
key: ${{ matrix.msystem }}

.github/workflows/actions/build-rpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343

4444
- name: ccache
45-
uses: hendrikmuhs/[email protected].13
45+
uses: hendrikmuhs/[email protected].14
4646
with:
4747
key: ${{ matrix.cfg.libs }}
4848

.github/workflows/manual-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/checkout@v4
4444
- name: ccache
45-
uses: hendrikmuhs/[email protected].13
45+
uses: hendrikmuhs/[email protected].14
4646
with:
4747
key: ${{ matrix.cfg.target }}
4848
- name: update submodules

.github/workflows/nightly-linux64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- uses: actions/checkout@v4
5757
- name: ccache
58-
uses: hendrikmuhs/[email protected].13
58+
uses: hendrikmuhs/[email protected].14
5959
with:
6060
key: ${{ matrix.cfg.target }}
6161
- name: Install dependencies

.github/workflows/of.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363
- name: ccache
64-
uses: hendrikmuhs/[email protected].13
64+
uses: hendrikmuhs/[email protected].14
6565
with:
6666
# key: ${{ matrix.os }}-${{ matrix.type }}
6767
key: ${{ matrix.msystem }}
68-
- uses: msys2/[email protected].0
68+
- uses: msys2/[email protected].1
6969
with:
7070
cache: true
7171
release: true
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- name: Clone repository
108108
uses: actions/checkout@v4
109-
- uses: msys2/[email protected].0
109+
- uses: msys2/[email protected].1
110110
with:
111111
update: true
112112
install: >-
@@ -153,7 +153,7 @@ jobs:
153153
- uses: actions/checkout@v4
154154

155155
- name: ccache
156-
uses: hendrikmuhs/[email protected].13
156+
uses: hendrikmuhs/[email protected].14
157157
with:
158158
key: ${{ matrix.cfg.libs }}
159159

@@ -179,7 +179,7 @@ jobs:
179179
steps:
180180
- uses: actions/checkout@v4
181181
- name: ccache
182-
uses: hendrikmuhs/[email protected].13
182+
uses: hendrikmuhs/[email protected].14
183183
with:
184184
key: ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
185185

@@ -217,7 +217,7 @@ jobs:
217217

218218
- uses: actions/checkout@v4
219219
- name: ccache
220-
uses: hendrikmuhs/[email protected].13
220+
uses: hendrikmuhs/[email protected].14
221221
with:
222222
key: ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
223223

@@ -257,7 +257,7 @@ jobs:
257257

258258
# - uses: actions/checkout@v4
259259
# - name: ccache
260-
# uses: hendrikmuhs/[email protected].13
260+
# uses: hendrikmuhs/[email protected].14
261261
# with:
262262
# key: ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
263263

@@ -285,7 +285,7 @@ jobs:
285285
steps:
286286
- uses: actions/checkout@v4
287287
- name: ccache
288-
uses: hendrikmuhs/[email protected].13
288+
uses: hendrikmuhs/[email protected].14
289289
with:
290290
key: ${{ matrix.cfg.target }}-${{ matrix.cfg.opt }}
291291

0 commit comments

Comments
 (0)