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 0e44b24 + 46947b9 commit ee54d3cCopy full SHA for ee54d3c
.github/workflows/update-ghc.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: nix shell 'nixpkgs#bazel-buildtools' 'nixpkgs#python3' --command python .github/update-ghc.py ${{ matrix.ghc }}
30
- name: Create Pull Request
31
if: steps.ghc_update.outputs.latest != ''
32
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v6
33
with:
34
commit-message: "Add GHC bindist version ${{ steps.ghc_update.outputs.latest }}"
35
title: "[update] GHC ${{ matrix.ghc }}"
0 commit comments