Skip to content

Commit

Permalink
Merge branch 'main' into deny-additional-unknown-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Dec 13, 2024
2 parents e527264 + d2fd043 commit ab38c44
Show file tree
Hide file tree
Showing 29 changed files with 575 additions and 448 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ updates:
- "rust"
- "skip changelog"
groups:
# Note: The group order matters, since updates are assigned to the first matching group.
libcnb:
patterns:
- "libcnb*"
- "libherokubuildpack"
rust-dependencies:
update-types:
- "minor"
Expand Down
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/[email protected]
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.7.4
uses: buildpacks/github-actions/setup-pack@v5.8.3
- 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 @@ -77,7 +77,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.7.4
uses: buildpacks/github-actions/setup-pack@v5.8.3
- name: Pull builder and run images
run: |
docker pull "heroku/builder:24"
Expand Down
Loading

0 comments on commit ab38c44

Please sign in to comment.