From cd2baa53dd300acd0cc6aef53e4473ae8b694218 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Sun, 29 Dec 2024 01:13:44 +0100 Subject: [PATCH] [ci] update actions Signed-off-by: Vitalii Koshura --- .github/workflows/all_projects_list_xml_update.yml | 2 +- .github/workflows/update_copyright_year.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all_projects_list_xml_update.yml b/.github/workflows/all_projects_list_xml_update.yml index 1831134cc4f..e7cb179af47 100644 --- a/.github/workflows/all_projects_list_xml_update.yml +++ b/.github/workflows/all_projects_list_xml_update.yml @@ -45,7 +45,7 @@ jobs: echo "PR_REQUIRED=$?" >> $GITHUB_ENV - name: Create PR if: ${{ success() && env.PR_REQUIRED == 1 }} - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f with: commit-message: Update all_projects_list.xml title: Update all_projects_list.xml diff --git a/.github/workflows/update_copyright_year.yml b/.github/workflows/update_copyright_year.yml index c891f399572..77c18979c9c 100644 --- a/.github/workflows/update_copyright_year.yml +++ b/.github/workflows/update_copyright_year.yml @@ -45,7 +45,7 @@ jobs: echo "PR_REQUIRED=$?" >> $GITHUB_ENV - name: Create PR if: ${{ success() && env.PR_REQUIRED == 1 }} - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f with: commit-message: Update copyright year title: Update copyright year