We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bf1eb8 + f4406e8 commit cd5368bCopy full SHA for cd5368b
.github/workflows/update-ghc.yaml
@@ -33,7 +33,7 @@ jobs:
33
'python .github/update-ghc.py ${{ matrix.ghc }}'
34
- name: Create Pull Request
35
if: steps.ghc_update.outputs.latest != ''
36
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
+ uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
37
with:
38
commit-message: "Add GHC bindist version ${{ steps.ghc_update.outputs.latest }}"
39
title: "[update] GHC ${{ matrix.ghc }}"
0 commit comments