diff --git a/.github/workflows/build_raspOVOS_full.yml b/.github/workflows/build_raspOVOS_full.yml index 93454e33..f28a19a7 100644 --- a/.github/workflows/build_raspOVOS_full.yml +++ b/.github/workflows/build_raspOVOS_full.yml @@ -74,7 +74,7 @@ jobs: echo "image-sha256sum: ${{ steps.create-image.outputs.image-sha256sum }}" - name: Save Image to Cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: . key: ${{ needs.get-date-release-name.outputs.cache_key }} @@ -118,7 +118,7 @@ jobs: needs: [ modify-rpi-image, check-release-or-create, get-date-release-name ] steps: - name: Restore Cache for Image - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: . key: ${{ needs.get-date-release-name.outputs.cache_key }} diff --git a/.github/workflows/build_raspOVOS_lite.yml b/.github/workflows/build_raspOVOS_lite.yml index 2edf983a..e78cbc56 100644 --- a/.github/workflows/build_raspOVOS_lite.yml +++ b/.github/workflows/build_raspOVOS_lite.yml @@ -74,7 +74,7 @@ jobs: echo "image-sha256sum: ${{ steps.create-image.outputs.image-sha256sum }}" - name: Save Image to Cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: . key: ${{ needs.get-date-release-name.outputs.cache_key }} @@ -118,7 +118,7 @@ jobs: needs: [ modify-rpi-image, check-release-or-create, get-date-release-name ] steps: - name: Restore Cache for Image - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: . key: ${{ needs.get-date-release-name.outputs.cache_key }}