diff options
| -rw-r--r-- | .github/workflows/builds.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index f0a1381d..8ddb0bb0 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -82,7 +82,7 @@ jobs: # INFO: M-C-C depends mate-desktop 1.27.1+, so we should install it from source. - name: Cache mate-desktop binary packages - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-mate-desktop with: path: ${{ env.CACHE_PATH }} @@ -93,7 +93,7 @@ jobs: # INFO: M-C-C depends on marco 1.29.0+, so we should install it from source. - name: Cache marco binary packages - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-marco with: path: ${{ env.CACHE_PATH }} |
