Skip to content

Commit d4eb201

Browse files
Bump hendrikmuhs/ccache-action from 1.2.19 to 1.2.20 (#396)
Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.19 to 1.2.20. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@v1.2.19...v1.2.20) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.20 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 a77784e commit d4eb201

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs.yml

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

4444
# re-use the cache from the linux build
4545
- name: ccache
46-
uses: hendrikmuhs/ccache-action@v1.2.19
46+
uses: hendrikmuhs/ccache-action@v1.2.20
4747
with:
4848
key: ${{ runner.os }}-${{ env.BUILD_TYPE }}
4949

.github/workflows/keyvi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v5
5656

5757
- name: ccache
58-
uses: hendrikmuhs/ccache-action@v1.2.19
58+
uses: hendrikmuhs/ccache-action@v1.2.20
5959
with:
6060
key: ${{ matrix.os }}-${{ matrix.type }}
6161

.github/workflows/python-cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v5
4949
- name: ccache
50-
uses: hendrikmuhs/ccache-action@v1.2.19
50+
uses: hendrikmuhs/ccache-action@v1.2.20
5151
with:
5252
key: ${{ matrix.os }}-${{ matrix.target }}-${{ matrix.flavor }}-python
5353

@@ -142,7 +142,7 @@ jobs:
142142
sudo apt-get update && \
143143
sudo apt-get install -y libsnappy-dev libzzip-dev zlib1g-dev libboost-all-dev ccache
144144
- name: ccache
145-
uses: hendrikmuhs/ccache-action@v1.2.19
145+
uses: hendrikmuhs/ccache-action@v1.2.20
146146
with:
147147
key: ubuntu-sdist-python
148148

0 commit comments

Comments
 (0)