We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e48dd0 commit 6cf79daCopy full SHA for 6cf79da
.github/workflows/update-ghc.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: nix shell 'nixpkgs#bazel-buildtools' 'nixpkgs#python3' --command python .github/update-ghc.py ${{ matrix.ghc }}
31
- name: Create Pull Request
32
if: steps.ghc_update.outputs.latest != ''
33
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
34
with:
35
commit-message: "Add GHC bindist version ${{ steps.ghc_update.outputs.latest }}"
36
title: "[update] GHC ${{ matrix.ghc }}"
0 commit comments