Skip to content

Commit 5304fe6

Browse files
build(deps): bump hendrikmuhs/ccache-action from 1.2.20 to 1.2.23
Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.20 to 1.2.23. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@5ebbd40...d62db5f) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3e8262 commit 5304fe6

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
sudo ln -s /usr/bin/g++-15 /usr/bin/g++
149149
pipx install meson==1.3.2
150150
- name: ccache
151-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
151+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
152152
with:
153153
key: ${{ github.job }}-${{ matrix.isax }}
154154
verbose: 2
@@ -194,7 +194,7 @@ jobs:
194194
sudo ln -s /usr/bin/g++-15 /usr/bin/g++
195195
pipx install meson==1.3.2
196196
- name: ccache
197-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
197+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
198198
with:
199199
key: ${{ github.job }}
200200
verbose: 2
@@ -229,7 +229,7 @@ jobs:
229229
sudo apt-get install -y --no-install-recommends ninja-build pipx ccache
230230
pipx install meson==1.3.2
231231
- name: ccache
232-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
232+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
233233
with:
234234
key: ${{ github.job }}
235235
verbose: 2
@@ -280,7 +280,7 @@ jobs:
280280
sudo ln -s /usr/bin/g++-15 /usr/bin/g++
281281
pipx install meson==1.3.2
282282
- name: ccache
283-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
283+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
284284
with:
285285
key: ${{ github.job }}
286286
verbose: 2
@@ -322,7 +322,7 @@ jobs:
322322
sudo ln -s /usr/bin/g++-15 /usr/bin/g++
323323
pipx install meson==1.3.2
324324
- name: ccache
325-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
325+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
326326
with:
327327
key: ${{ github.job }}
328328
verbose: 2
@@ -450,7 +450,7 @@ jobs:
450450
- if: ${{ matrix.version == '15' }}
451451
run: sudo apt-get satisfy -y 'binutils (>= 2.45)'
452452
- name: ccache
453-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
453+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
454454
with:
455455
key: ${{ github.job }}-${{ matrix.version }}-${{ matrix.distro }}-${{ matrix.arch_flags }}
456456
verbose: 2
@@ -532,7 +532,7 @@ jobs:
532532
qemu-user-static pipx libc6-${{ matrix.arch_deb }}-cross libstdc++-${{ matrix.version }}-dev-${{ matrix.arch_deb }}-cross
533533
pipx install meson==1.3.2
534534
- name: ccache
535-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
535+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
536536
with:
537537
key: ${{ github.job }}-${{ matrix.version}}${{ matrix.extra }}-${{ matrix.distro }}-${{ matrix.cross }}
538538
verbose: 2
@@ -587,7 +587,7 @@ jobs:
587587
libstdc++-12-dev-${{ matrix.arch_deb }}-cross \
588588
binutils-${{ matrix.arch_gnu }}-linux-gnu
589589
- name: ccache
590-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
590+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
591591
with:
592592
key: ${{ github.job }}-${{ matrix.distro }}-${{ matrix.cross }}
593593
verbose: 2
@@ -642,7 +642,7 @@ jobs:
642642
libstdc++-12-dev-${{ matrix.arch_deb }}-cross \
643643
binutils-${{ matrix.arch_gnu }}-linux-gnu ccache
644644
- name: ccache
645-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
645+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
646646
with:
647647
key: ${{ github.job }}-${{ matrix.distro }}-${{ matrix.cross }}
648648
verbose: 2
@@ -717,7 +717,7 @@ jobs:
717717
binutils-${{ matrix.arch_gnu }}-linux-gnu${{ matrix.arch_gnu_abi }}
718718
pipx install meson
719719
- name: ccache
720-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
720+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
721721
with:
722722
key: ${{ github.job }}-${{ matrix.version }}-${{ matrix.cross }}
723723
verbose: 2
@@ -952,7 +952,7 @@ jobs:
952952
sudo ln -s "$(command -v clang-${{ matrix.version }})" /usr/bin/cc
953953
sudo ln -s "$(command -v clang-${{ matrix.version }})" /usr/bin/c++
954954
- name: ccache
955-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
955+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
956956
with:
957957
key: ${{ github.job }}-${{ matrix.version }}-${{ matrix.distro }}-${{ matrix.arch_flags }}${{ matrix.plain }}
958958
verbose: 2
@@ -1016,7 +1016,7 @@ jobs:
10161016
- name: Compiler version
10171017
run: cc --version
10181018
- name: ccache
1019-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
1019+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
10201020
with:
10211021
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.xcode }}
10221022
verbose: 2

0 commit comments

Comments
 (0)