Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent 2901419 commit 4bb07c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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/rust-cache@v2.5.1
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.2.0
uses: buildpacks/github-actions/setup-pack@v5.3.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
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2.5.1
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.2.0
uses: buildpacks/github-actions/setup-pack@v5.3.0
- name: Pull builder image
run: |
docker pull "heroku/builder:22"
Expand Down

0 comments on commit 4bb07c7

Please sign in to comment.