mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
chore(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 (#5370)
Bumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.12 to 1.2.13. - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/v1.2.12...v1.2.13) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action 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> Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
parent
b5066881f9
commit
85cb2a1f3c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -192,7 +192,7 @@ jobs:
|
|||
|
||||
- name: Setup sccache (Windows)
|
||||
# sccache v0.7.4
|
||||
uses: hendrikmuhs/ccache-action@v1.2.12
|
||||
uses: hendrikmuhs/ccache-action@v1.2.13
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
with:
|
||||
variant: sccache
|
||||
|
|
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
|
||||
- name: Setup sccache
|
||||
# sccache v0.7.4
|
||||
uses: hendrikmuhs/ccache-action@v1.2.12
|
||||
uses: hendrikmuhs/ccache-action@v1.2.13
|
||||
with:
|
||||
variant: sccache
|
||||
# only save on the default (master) branch
|
||||
|
|
Loading…
Reference in a new issue