Skip to content

Latest commit

 

History

History
81 lines (49 loc) · 2.66 KB

File metadata and controls

81 lines (49 loc) · 2.66 KB

v5

Note that v5 is a sliding tag, and we introduce non-breaking changes to it.

v5.1.1 (2026-07-14)

  • Improve the Docker action runtime by preserving the Job Summary when validation exits unexpectedly, using canonical GitHub notice syntax and installing runtime dependencies without pak while keeping V8 explicit.
  • Add Dependabot coverage for the root Dockerfile.

v5.1.0 (2026-07-14)

  • Use the root Docker action directly, removing the internal pinned Docker action reference and keeping validation tied to the commit selected by the caller (#26).

v5.0.1 (2026-04-21)

  • Move to full SHA reference on Docker instead to relative path.

v5.0.0 (2026-04-21)

  • Change the validation engine to ajv, in line with cffr 1.4.0.

v4

Note that v4 is a sliding tag, and we introduce non-breaking changes to it.

Breaking change: The action now uses a Docker container, and would require to be run on a Linux virtual machine (os: ubuntu-*). MacOS and Windows actions would need to switch to ubuntu-*.

v3

Note that v3 is a sliding tag, and we introduce non-breaking changes to it.

  • Improve underlying code.
  • Using a copy of schema.json shipped with {cffr} to avoid SSL/SSH issues #10.
  • Update versions of depencies (#13, #14)

v3.0.1 (2023-07-21)

  • Improve underlying code.
  • Using a copy of schema.json shipped with {cffr} to avoid SSL/SSH issues #10

v3.0.2 (2024-02-08)

  • Update versions of dependencies (#13, #14)

v3.0.3 (2025-01-17)

  • Always install R (#16) hence (soft) deprecation of install-r parameter.
  • Update versions of dependencies.

v2.3

  • Fix #8, error on non-Git repos.

v2.2

  • New install-r parameter.
  • Improvements on performance.

v2.1

  • New cache-version parameter.
  • Better handling of R packages via pak R package.
  • Improve cache of packages.

v2

  • Pretty printing of errors.
  • On errors, the action uploads an artifact.
  • Fix typos thanks to @sdruskat.
  • Update file examples.
  • Add r-reprex.R with a full working R workflow.
  • Fix errors due to changes on dependencies.

v1

  • First stable release