Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 4.9.0 to 5.0.1 (#410)
Browse files Browse the repository at this point in the history
* Bump buildpacks/github-actions from 4.9.0 to 5.0.0

Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 4.9.0 to 5.0.0.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v4.9.0...v5.0.0)

---
updated-dependencies:
- dependency-name: buildpacks/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

* Update to 5.0.1

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
dependabot[bot] and edmorley authored Jan 6, 2023
1 parent 880a195 commit 17e1fe4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v4.9.0
uses: buildpacks/github-actions/setup-pack@v5.0.1
- name: Run integration tests
# Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).
run: cargo test --locked -- --ignored
Expand Down Expand Up @@ -87,7 +87,9 @@ jobs:
- name: Install libcnb-cargo
run: cargo install libcnb-cargo
- name: Install Pack CLI
uses: buildpacks/github-actions/[email protected]
uses: buildpacks/github-actions/[email protected]
- name: Install yj
uses: buildpacks/github-actions/[email protected]
- name: Install Ruby and dependencies
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
uses: actions/checkout@v3
- id: setup-pack
name: "Setup pack"
uses: buildpacks/github-actions/[email protected]
uses: buildpacks/github-actions/[email protected]
- name: Install yj
uses: buildpacks/github-actions/[email protected]
- id: login
name: "Login to public ECR"
uses: docker/login-action@v2
Expand Down

0 comments on commit 17e1fe4

Please sign in to comment.