Skip to content

Commit

Permalink
Bump buildpacks/github-actions from 4.8.1 to 4.9.0 (#301)
Browse files Browse the repository at this point in the history
Bumps [buildpacks/github-actions](https://github.com/buildpacks/github-actions) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/buildpacks/github-actions/releases)
- [Commits](buildpacks/github-actions@v4.8.1...v4.9.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]>

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 Dec 1, 2022
1 parent 1e5b1ed commit 284a367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
builder: ["buildpacks-18", "buildpacks-20", "builder-classic-22", "builder-22"]
steps:
- uses: actions/checkout@v3
- uses: buildpacks/github-actions/setup-pack@v4.8.1
- uses: buildpacks/github-actions/setup-pack@v4.9.0
# We use a cache here rather than artifacts because it's 4x faster and we
# don't need the .tar.zst outside of this workflow run anyway.
- name: Setup builder cache
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
with:
ref: main
repository: heroku/${{ matrix.language }}-getting-started.git
- uses: buildpacks/github-actions/setup-pack@v4.8.1
- uses: buildpacks/github-actions/setup-pack@v4.9.0
- name: Setup builder cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
example: ["java-function", "javascript-function", "typescript-function"]
steps:
- uses: actions/checkout@v3
- uses: buildpacks/github-actions/setup-pack@v4.8.1
- uses: buildpacks/github-actions/setup-pack@v4.9.0
- name: Setup builder cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 284a367

Please sign in to comment.