Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 5.1.0 to 5.2.0 (#146)
Browse files Browse the repository at this point in the history
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v5.1.0...v5.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 29, 2023
1 parent 4731bd3 commit e558e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.1.0
uses: buildpacks/github-actions/setup-pack@v5.2.0
- 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
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

- id: setup-pack
name: "Setup pack"
uses: buildpacks/github-actions/setup-pack@v5.1.0
uses: buildpacks/github-actions/setup-pack@v5.2.0

- name: Install yj
uses: buildpacks/github-actions/setup-tools@v5.1.0
uses: buildpacks/github-actions/setup-tools@v5.2.0

- id: install-musl-tools
run: sudo apt-get install musl-tools
Expand Down

0 comments on commit e558e87

Please sign in to comment.