Skip to content

Commit

Permalink
Merge pull request #2238 from tweag/dependabot/github_actions/peter-e…
Browse files Browse the repository at this point in the history
…vans/create-pull-request-7

Bump peter-evans/create-pull-request from 6 to 7
  • Loading branch information
mergify[bot] authored Sep 3, 2024
2 parents 0e48dd0 + 6cf79da commit c2f5c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ghc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: nix shell 'nixpkgs#bazel-buildtools' 'nixpkgs#python3' --command python .github/update-ghc.py ${{ matrix.ghc }}
- name: Create Pull Request
if: steps.ghc_update.outputs.latest != ''
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "Add GHC bindist version ${{ steps.ghc_update.outputs.latest }}"
title: "[update] GHC ${{ matrix.ghc }}"
Expand Down

0 comments on commit c2f5c84

Please sign in to comment.