diff options
author | sudlud <sudlud@users.noreply.github.com> | 2024-05-19 10:30:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-19 10:30:06 +0200 |
commit | 77397f0054d1898aaafce72c66ad179c9a842846 (patch) | |
tree | 9992eead6ad04fdf7ed043f7054fc98c5855acae /.github | |
parent | 440cea3fd857a263b35b5fe64420d09a1cf7d5ca (diff) |
fix(CI): bump dependencies for usage of Node.js 20 (#18914)
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/linux-build/action.yml | 2 | ||||
-rw-r--r-- | .github/workflows/macos_build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/tools_build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/windows_build.yml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/actions/linux-build/action.yml b/.github/actions/linux-build/action.yml index 9a7ca0612e..4109f918ca 100644 --- a/.github/actions/linux-build/action.yml +++ b/.github/actions/linux-build/action.yml @@ -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 diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 2e756dc1b8..2fb927004e 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -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 }} diff --git a/.github/workflows/tools_build.yml b/.github/workflows/tools_build.yml index f7d8a31b99..2e1a6a9aff 100644 --- a/.github/workflows/tools_build.yml +++ b/.github/workflows/tools_build.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-tools with: diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 61a3862ca9..ac492a77af 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: ccache - uses: hendrikmuhs/ccache-action@v1.2.9 + uses: hendrikmuhs/ccache-action@v1.2.13 - name: Configure OS shell: bash env: |