Skip to content

Commit

Permalink
fix(deps): bump peter-evans/create-pull-request from 4.1.1 to 4.2.3 (#66
Browse files Browse the repository at this point in the history
)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.1 to 4.2.3.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@18f9043...2b011fa)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2022
1 parent 7976be0 commit b064bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
asdf local '${{ inputs.plugin }}' '${{ steps.newestVersion.outputs.LATEST_VERSION }}'
- name: Create pull request
uses: peter-evans/create-pull-request@18f90432bedd2afd6a825469ffd38aa24712a91d
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
with:
add-paths: .tool-versions
commit-message: Update ${{ inputs.plugin }} to ${{ steps.newestVersion.outputs.LATEST_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cue-download-github-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: 'cue import --force --package json --path ''#workflow:'' --outfile github-workflow.cue jsonschema: gh-workflows-schema.json'
working-directory: .github/cue/cue.mod/pkg/json.schemastore.org/github
- name: Create pull request
uses: peter-evans/create-pull-request@18f90432bedd2afd6a825469ffd38aa24712a91d
uses: peter-evans/create-pull-request@2b011faafdcbc9ceb11414d64d0573f37c774b04
with:
add-paths: .github/cue/cue.mod/pkg/json.schemastore.org/github/github-workflow.cue
commit-message: Update...
Expand Down

0 comments on commit b064bde

Please sign in to comment.