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.
2 parents 0e48dd0 + 6cf79da commit c2f5c84Copy full SHA for c2f5c84
.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