diff options
Diffstat (limited to '.github/workflows/builds.yml')
| -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 c45df72..c2373cc 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -82,7 +82,7 @@ jobs: # INFO: mate-power-manager depends on newer mate-desktop APIs, 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 }} |
