diff options
| -rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d01726f7..f97934e8 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -79,7 +79,7 @@ jobs: # INFO: Depends on 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 }} |
