diff --git a/.github/workflows/main-validation-readme.yml b/.github/workflows/main-validation-readme.yml index a2b0420..5e7cb9d 100644 --- a/.github/workflows/main-validation-readme.yml +++ b/.github/workflows/main-validation-readme.yml @@ -230,7 +230,7 @@ jobs: - name: Restore cached validator if: steps.collect_files.outputs.has_target_files == 'true' id: validator_cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .cache/fhir-validator/validator_cli.jar key: ${{ runner.os }}-${{ steps.validator_meta.outputs.cache_key }}