Skip to content

Commit 8fef208

Browse files
ci(deps): bump hendrikmuhs/ccache-action from 1.2.22 to 1.2.23 (#275)
1 parent f491957 commit 8fef208

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v6
3434

3535
- name: ccache
36-
uses: hendrikmuhs/ccache-action@v1.2.22
36+
uses: hendrikmuhs/ccache-action@v1.2.23
3737
with:
3838
key: ${{ matrix.os }}-${{ matrix.platform }}
3939
max-size: 10G

.github/workflows/update-current-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v6
7070

7171
- name: ccache
72-
uses: hendrikmuhs/ccache-action@v1.2.22
72+
uses: hendrikmuhs/ccache-action@v1.2.23
7373
with:
7474
key: ${{ matrix.os }}-${{ matrix.platform }}
7575
max-size: 10G

0 commit comments

Comments
 (0)