diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76350638b..55ad5fd89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: - name: Save GStreamer SDK cache if: runner.os == 'Windows' && steps.cache-gstreamer.outputs.cache-hit != 'true' - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | C:\gstreamer diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e82929ad4..476eee9a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -249,7 +249,7 @@ jobs: - name: Save GStreamer SDK cache if: steps.cache-gstreamer.outputs.cache-hit != 'true' - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | C:\gstreamer diff --git a/.github/workflows/windows-installer.yml b/.github/workflows/windows-installer.yml index bc06eab1e..c19167358 100644 --- a/.github/workflows/windows-installer.yml +++ b/.github/workflows/windows-installer.yml @@ -70,7 +70,7 @@ jobs: - name: Save GStreamer SDK cache if: steps.cache-gstreamer.outputs.cache-hit != 'true' - uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: | C:\gstreamer