diff options
Diffstat (limited to '.github/workflows')
-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 4387c97c..ae7cb9a4 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -81,7 +81,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@v3 + uses: actions/cache@v4 id: cache-mate-desktop with: path: ${{ env.CACHE_PATH }} |