Skip to content

Commit 29a797d

Browse files
authored
Merge branch 'master' into automation/update-ghc-9.6
2 parents 7429d84 + ee54d3c commit 29a797d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-ghc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: nix shell 'nixpkgs#bazel-buildtools' 'nixpkgs#python3' --command python .github/update-ghc.py ${{ matrix.ghc }}
3030
- name: Create Pull Request
3131
if: steps.ghc_update.outputs.latest != ''
32-
uses: peter-evans/create-pull-request@v5
32+
uses: peter-evans/create-pull-request@v6
3333
with:
3434
commit-message: "Add GHC bindist version ${{ steps.ghc_update.outputs.latest }}"
3535
title: "[update] GHC ${{ matrix.ghc }}"

0 commit comments

Comments
 (0)