Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 5.3.0 to 5.4.0 (#636)
Browse files Browse the repository at this point in the history
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v5.3.0...v5.4.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 Aug 18, 2023
1 parent 3cef3f5 commit 3bbd80d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.3.0
uses: buildpacks/github-actions/setup-pack@v5.4.0
- name: Run integration tests
working-directory: ${{ matrix.buildpack-directory }}
run: cargo test --locked -- --ignored --test-threads 16
Expand Down Expand Up @@ -136,8 +136,8 @@ jobs:
- name: Install libcnb
run: cargo install libcnb-cargo
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.3.0
uses: buildpacks/github-actions/setup-pack@v5.4.0
- name: Install yj
uses: buildpacks/github-actions/setup-tools@v5.3.0
uses: buildpacks/github-actions/setup-tools@v5.4.0
- name: Run rspec tests against a given directory
run: bundle exec rspec ${{ matrix.test-dir }}

0 comments on commit 3bbd80d

Please sign in to comment.