Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.67 KB

Changelog

Unreleased

3.0.0 - 2024-11-19

  • Updated node runtime from 16 to 20
  • Bumped @actions/core from 1.10.0 to 1.11.1
  • Bumped @actions/github from 5.1.1 to 6.0.0
  • Bumped undici from 5.28.3 to 5.28.4

2.0.0 - 2023-03-29

  • Updated node runtime from 12 to 16
  • Removed deprecated ref and sha outputs. If you're using these then you should switch to head_ref and head_sha respectively.

1.4.0 - 2022-10-23

  • Bumped @actions/core from 1.2.7 to 1.10.0
  • Bumped @actions/github from 4.0.0 to 5.1.1
  • Bumped node-fetch from 2.6.1 to 2.6.7

1.3.0 - 2021-05-09

  • Bumped @actions/core from 1.2.5 to 1.2.7
  • Updated the repo_token input so it defaults to GITHUB_TOKEN. If you're already using this value you can remove this setting from your workflow.

1.2.0 - 2020-09-09

  • Deprecated ref and sha outputs in favor of head_ref and head_sha.
  • Added base_ref and base_sha outputs
  • Bumped @actions/core from 1.2.2 to 1.2.5
  • Bumped @actions/github from 2.1.1 to 4.0.0

1.1.0 - 2020-02-21

  • Bumped @actions/github from 2.1.0 to 2.1.1

1.0.0 - 2020-02-09

  • Initial release