Skip to content

Conversation

@thomashoneyman
Copy link
Collaborator

Description of the change

This updates the package for PureScript 0.14 (by updating its dependencies). It also takes two other actions:

  • It removes the deprecation warning from addPath, because after reading through the GitHub security announcement again I see that it's not deprecated -- it just requires that we upgrade to 1.2.6 of the core package.
  • It updates the changelog with prior releases and in preparation for the next release.

Fixes #15.


Checklist:

  • Added the change to the changelog's "Unreleased" section with a link to this PR and your username
  • Linked any existing issues or proposals that this pull request should close
  • Updated or added relevant documentation in the README and/or documentation directory
  • Added a test for the contribution (if applicable)

- GitHub `@actions/*` dependencies upgraded for post-October 2020 compatibility. This affects the functionality of `addPath`, which is [formally deprecated](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/) to avoid a security vulnerability. (#13 by @jisantuc)
Other improvements:

## [v0.3.0](https://github.com/purescript-contrib/purescript-github-actions-toolkit/releases/tag/v0.3.0) - 2021-04-18
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating this!

Copy link
Member

@colinwahl colinwahl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Thomas :)

@thomashoneyman thomashoneyman merged commit 5d41484 into main Mar 18, 2021
@thomashoneyman thomashoneyman deleted the update branch March 18, 2021 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Update for PureScript 0.14

3 participants