Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/golang.org/x/oauth2-0.…
Browse files Browse the repository at this point in the history
…13.0
  • Loading branch information
jkutner authored Oct 20, 2023
2 parents 713a949 + 8c9afb6 commit c43a300
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.33.0
1.34.0
3 changes: 3 additions & 0 deletions .github/workflows/update-pack-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
Release notes:
https://github.com/buildpacks/pack/releases/tag/v${{ steps.version.outputs.new_version }}
labels: |
semver:patch
type:dependency-upgrade
branch: update-version
base: main
signoff: true
2 changes: 1 addition & 1 deletion setup-pack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
pack-version:
description: 'The version of pack to install'
required: false
default: '0.30.0'
default: '0.31.0'

runs:
using: "composite"
Expand Down

0 comments on commit c43a300

Please sign in to comment.