Skip to content

Commit

Permalink
Merge pull request #8 from paketo-buildpacks/update/pipeline
Browse files Browse the repository at this point in the history
Bump pipeline from 1.18.0 to 1.19.0
  • Loading branch information
Daniel Mikusa authored Feb 15, 2022
2 parents 2f1dc23 + 8db6d19 commit ddbfddd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.0
1.19.0
2 changes: 1 addition & 1 deletion .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
"https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \
| tar -C "${HOME}"/bin -xz pack
env:
PACK_VERSION: 0.23.0
PACK_VERSION: 0.24.0
- name: Enable pack Experimental
if: ${{ false }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
"https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \
| tar -C "${HOME}"/bin -xz pack
env:
PACK_VERSION: 0.23.0
PACK_VERSION: 0.24.0
- name: Enable pack Experimental
if: ${{ false }}
run: |
Expand Down

0 comments on commit ddbfddd

Please sign in to comment.