fix(CI): bump dependencies for usage of Node.js 20 (#18914)
This commit is contained in:
parent
440cea3fd8
commit
77397f0054
4 changed files with 4 additions and 4 deletions
2
.github/actions/linux-build/action.yml
vendored
2
.github/actions/linux-build/action.yml
vendored
|
|
@ -25,7 +25,7 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
if: inputs.pch != 'true'
|
||||
with:
|
||||
path: ${{ github.workspace }}/var/ccache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue