From 4000abfd5b9261f12a2a795b99571472bd18965d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:03:53 +0000 Subject: [PATCH] Ci: Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f0db1c62..1405594e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,42 +98,42 @@ jobs: - name: 'stash: Restore DPDK cache' id: dpdk-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: stash-dpdk-${{ needs.checksums.outputs.dpdk }} path: .local_install/dpdk - name: 'stash: Restore MTL cache' id: mtl-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: stash-mtl-${{ needs.checksums.outputs.mtl }} path: .local_install/mtl - name: 'stash: Restore FFmpeg cache' id: ffmpeg-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: stash-ffmpeg-${{ needs.checksums.outputs.ffmpeg }} path: .local_install/ffmpeg - name: 'stash: Restore GStreamer cache' id: gstreamer-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: stash-gstreamer-${{ needs.checksums.outputs.gstreamer }} path: .local_install/gstreamer - name: 'stash: Restore librist cache' id: librist-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: stash-librist-${{ needs.checksums.outputs.librist }} path: .local_install/librist - name: 'stash: Restore plugins cache' id: plugins-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: stash-plugins-${{ needs.checksums.outputs.plugins }} path: .local_install/plugins