Skip to content

Commit 990981b

Browse files
Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 (#3392)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Alex <alex-ju@users.noreply.github.com>
1 parent 5aa673f commit 990981b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-compress-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
compressOnly: true
2222
- name: Open a PR if images can be compressed
2323
if: steps.calibre.outputs.markdown != ''
24-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
24+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
2525
with:
2626
title: "Compressed Image Assets"
2727
branch-suffix: timestamp

.github/workflows/open-pull-request-for-icon-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
working-directory: packages/flight-icons
3636

3737
- name: Open a PR
38-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
38+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
3939
with:
4040
branch: "hds-icon-export"
4141
branch-suffix: "short-commit-hash"

0 commit comments

Comments
 (0)