fix(CI): bump dependencies for usage of Node.js 20 (#18914)

This commit is contained in:
sudlud
2024-05-19 10:30:06 +02:00
committed by GitHub
parent 440cea3fd8
commit 77397f0054
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/Library/Caches/ccache
key: ccache:${{ matrix.os }}:${{ github.ref }}:${{ github.sha }}