Skip to content

Commit

Permalink
Lint fix and version bumps (#109)
Browse files Browse the repository at this point in the history
* fix lint error about unused ComposerBinDir field

* cargo update

* bump buildpacks/github-actions to 5.7.0
  • Loading branch information
dzuelke authored Jun 3, 2024
1 parent 123696d commit 3b80778
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.5.3
uses: buildpacks/github-actions/setup-pack@v5.7.0
- name: Pull builder image
run: docker pull ${{ env.INTEGRATION_TEST_CNB_BUILDER }}
# The integration tests are annotated with the `ignore` attribute, allowing us to run
Expand Down
Loading

0 comments on commit 3b80778

Please sign in to comment.