From 051bcb808559fd5179016ba7262630dc41f9cb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:06:48 +0000 Subject: [PATCH] ci: bump actions/cache from 5 to 6 in the all-actions group Bumps the all-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39e908b5..40531dd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: run: npm run format:fix - name: Restore Daml SDK cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.dpm key: dpm-sdk-${{ runner.os }}-${{ hashFiles('**/daml.yaml', 'scripts/install-dpm-sdks.sh') }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3e50b74e..e7614044 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: java-version: '23' - name: Restore Daml SDK cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.dpm key: dpm-sdk-${{ runner.os }}-${{ hashFiles('**/daml.yaml', 'scripts/install-dpm-sdks.sh') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26430053..704f72bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: NODE - name: Restore Daml SDK cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.dpm key: dpm-sdk-${{ runner.os }}-${{ hashFiles('**/daml.yaml', 'scripts/install-dpm-sdks.sh') }}