From 2d9cea238a3bb4ea3bb11426327d2f0fb6e94dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:33:44 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [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 ... Signed-off-by: dependabot[bot] --- .github/workflows/fhir-validation.yml | 2 +- .github/workflows/main-validation-readme.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fhir-validation.yml b/.github/workflows/fhir-validation.yml index 848d648..0b1249e 100644 --- a/.github/workflows/fhir-validation.yml +++ b/.github/workflows/fhir-validation.yml @@ -283,7 +283,7 @@ jobs: - name: Restore cached validator if: steps.collect_files.outputs.has_target_files == 'true' && steps.precheck.outputs.precheck_exit_code == '0' id: validator_cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .cache/fhir-validator/validator_cli.jar key: ${{ runner.os }}-${{ steps.validator_meta.outputs.cache_key }} diff --git a/.github/workflows/main-validation-readme.yml b/.github/workflows/main-validation-readme.yml index 0b3fbca..9a83fdf 100644 --- a/.github/workflows/main-validation-readme.yml +++ b/.github/workflows/main-validation-readme.yml @@ -233,7 +233,7 @@ jobs: - name: Restore cached validator if: steps.collect_files.outputs.has_target_files == 'true' id: validator_cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .cache/fhir-validator/validator_cli.jar key: ${{ runner.os }}-${{ steps.validator_meta.outputs.cache_key }}