From ea182cd7be24e53a9de84d577e690ab7b3412913 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:14:24 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c4aa721f..0af10d009 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - name: Cache JS build output # when in master repo: all commits to main branch and all additional tags if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/0.4.x') || ((github.ref != 'refs/heads/main' && github.ref != 'refs/heads/0.4.x') && startsWith( github.ref, 'refs/tags/') ) - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | out/morphir/**/js/ @@ -137,7 +137,7 @@ jobs: - name: Cache JVM build output # when in master repo: all commits to main branch and all additional tags if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/0.4.x') || ((github.ref != 'refs/heads/main' && github.ref != 'refs/heads/0.4.x') && startsWith( github.ref, 'refs/tags/') ) - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | out/morphir/**/jvm/ @@ -191,7 +191,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y libuv1-dev - name: Restore JVM Build Output From Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | out/morphir/**/jvm/ @@ -199,7 +199,7 @@ jobs: restore-keys: ${{ runner.os }}-mill-jvm-21-${{ github.sha }}- - name: Restore JS Build Output From Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | out/morphir/**/js/