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 5d55025..f1d7911 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -77,7 +77,7 @@ jobs: with: key: ${{ env.DISTRO }}-${{ matrix.cc }} - name: Cache mate-desktop binary packages - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-mate-desktop with: path: ${{ env.CACHE_PATH }} |
