Skip to content

Releases: cloudposse/github-action-pre-commit

v4.0.0. Update to NodeJS v20

05 Feb 23:00
8282477
Compare
Choose a tag to compare

What's Changed

  • Update to NodeJS 20 by @Nuru in #14
  • Update dependencies and workflow actions by @Nuru in #16

Full Changelog: v3.0.0...v4.0.0

v3.0.0 Upgrade to Node 16, actions/core 1.10.0, actions/exec 1.1.1, actions/github 5.1.1

26 Oct 23:25
32acf31
Compare
Choose a tag to compare

Upgrade to Node 16, actions/core 1.10.0, actions/exec 1.1.1, actions/github 5.1.1 to meet new GitHub Action Runner requirements.

This version drops the use of actions/cache to attempt to cache pre-commit dependencies. It did not appear to be working anyway, and the code was outdated. You can still use the actions/cache action to cache what you can cache.

Note that is action itself does not use set-output, so warnings about set-output being deprecated are not due to this action, but rather due to output from pre-commit hooks. At the moment (2022-10-26) it appears there is a bug causing the set-output deprecation warnings to be printed even when the action is not attempting to set an output.

What's Changed

  • Upgrade to Node 16, Webpack 5, Webpack-CLI 4 by @Nuru in #10

New Contributors

  • @Nuru made their first contribution in #10

Full Changelog: v2.1.2...v3.0.0

v2.1.2

28 Oct 22:40
Compare
Choose a tag to compare
Add dist/index.js

v2.1.1

28 Oct 22:24
b892e64
Compare
Choose a tag to compare

Override the git user name and email

    - uses: cloudposse/[email protected]
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        git_user_name: pre-commit
        git_user_email: [email protected]

First published https://github.com/marketplace/actions/cloudposse-pre-commit

v2.1.0

31 Aug 21:26
9f57c10
Compare
Choose a tag to compare

Override the git user name and email

    - uses: cloudposse/[email protected]
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        git_user_name: pre-commit
        git_user_email: [email protected]

Original: https://github.com/marketplace/actions/pre-commit