Skip to content

Commit 497ddc2

Browse files
authored
Merge pull request #1738 from aleksandrychev/updated_cpr_v
Updated cfengine/create-pull-request version & added @aleksandrychev to the deps update reviewers list
2 parents 3705bd2 + d2571f7 commit 497ddc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-deps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ jobs:
5050
echo "COMMIT_HASH_AFTER=$(git log -1 --format=%H)">> $GITHUB_ENV
5151
- name: Create Pull Request
5252
if: env.COMMIT_HASH_BEFORE != env.COMMIT_HASH_AFTER
53-
uses: cfengine/create-pull-request@v6
53+
uses: cfengine/create-pull-request@v7
5454
with:
5555
title: "Updated dependencies (${{ matrix.branch }})"
5656
body: "Automated dependency updates for the ${{ matrix.branch }} branch"
5757
reviewers: |
5858
olehermanse
5959
larsewi
6060
craigcomstock
61+
aleksandrychev
6162
branch: update-dependencies-action-${{ matrix.branch }}
6263
branch-suffix: timestamp

0 commit comments

Comments
 (0)