Update hendrikmuhs/ccache-action to avoid deprecation warnings
Upgrade it to v1.2.3.
This commit is contained in:
parent
ddeefc0ff2
commit
0594dfeb72
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -164,7 +164,7 @@ jobs:
|
|||
submodules: 'recursive'
|
||||
|
||||
- name: Install CCache
|
||||
uses: hendrikmuhs/ccache-action@578e14bc3f06099346125f52ed0008433eccbedf
|
||||
uses: hendrikmuhs/ccache-action@v1.2.3
|
||||
with:
|
||||
key: ${{ matrix.name }}
|
||||
|
||||
|
|
|
|||
2
.github/workflows/ci_msw_cross.yml
vendored
2
.github/workflows/ci_msw_cross.yml
vendored
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
submodules: 'recursive'
|
||||
|
||||
- name: Install CCache
|
||||
uses: hendrikmuhs/ccache-action@578e14bc3f06099346125f52ed0008433eccbedf
|
||||
uses: hendrikmuhs/ccache-action@v1.2.3
|
||||
with:
|
||||
key: ${{ matrix.name }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue