Skip to content

Commit 068b2cf

Browse files
dependabot[bot]mr-c
authored andcommitted
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 7115e9b commit 068b2cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: ccache
41-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
41+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
4242
with:
4343
key: ${{ github.job }}-${{ matrix.image }}
4444
verbose: 2
@@ -116,7 +116,7 @@ jobs:
116116
persist-credentials: false
117117

118118
- name: ccache
119-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
119+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
120120
with:
121121
key: ${{ github.job }}-${{ matrix.os }}
122122
verbose: 2
@@ -170,7 +170,7 @@ jobs:
170170
echo "CIBW_BUILD=*manylinux*" >> "$GITHUB_ENV"
171171
172172
- name: ccache
173-
uses: hendrikmuhs/ccache-action@5ebbd400eff9e74630f759d94ddd7b6c26299639 # v1.2
173+
uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
174174
with:
175175
key: ${{ github.job }}-${{ matrix.target }}
176176
verbose: 2

0 commit comments

Comments
 (0)