diff options
Diffstat (limited to '.github/workflows/macos_build.yml')
-rw-r--r-- | .github/workflows/macos_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |