Skip to content

Commit

Permalink
Merge pull request #18 from heroku/bump-pack-version
Browse files Browse the repository at this point in the history
bump GH action version for pack cli [changelog skip]
  • Loading branch information
danielleadams authored Feb 23, 2021
2 parents 5ea9907 + e978ddb commit 7bb90eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2
- id: setup-pack
name: "Setup pack"
uses: buildpacks/github-actions/setup-pack@v4.0.0
uses: buildpacks/github-actions/setup-pack@v4.1.0
- id: login
name: "Login to public ECR"
uses: docker/login-action@v1
Expand Down
1 change: 1 addition & 0 deletions meta-buildpacks/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Automated post-release PRs
### Changed
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
* Bumped the version for pack-cli GitHubAction ([#18](https://github.com/heroku/buildpacks-node/pull/18))

## [0.1.1]
* Initial release

0 comments on commit 7bb90eb

Please sign in to comment.