Skip to content

Commit

Permalink
Merge pull request #66 from spejder/dependabot/github_actions/peter-e…
Browse files Browse the repository at this point in the history
…vans/create-pull-request-7
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
2 parents 63a9dbd + b4b1b4c commit 2785195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: go mod edit -go ${{ steps.go-version.outputs.latest }}
- run: git diff
- name: "Create pull request"
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: |
Update Go version to ${{ steps.go-version.outputs.latest }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- run: git diff
if: steps.go-version-unstable.outputs.latest != steps.go-version-stable.outputs.latest
- name: "Create pull request"
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
draft: true
commit-message: |
Expand Down

0 comments on commit 2785195

Please sign in to comment.