From 7170541595603e33dda8cd86a2e9be8be1f862d9 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Sun, 14 Apr 2024 17:27:24 +0200 Subject: [PATCH] [CI] Update github actions Signed-off-by: Vitalii Koshura --- .github/workflows/all_projects_list_xml_update.yml | 2 +- .github/workflows/update_actions.yml | 2 +- .github/workflows/update_copyright_year.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/all_projects_list_xml_update.yml b/.github/workflows/all_projects_list_xml_update.yml index 6451ddaf4e..8b2c70e5a5 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@70a41aba780001da0a30141984ae2a0c95d8704e + uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 with: commit-message: Update all_projects_list.xml title: Update all_projects_list.xml diff --git a/.github/workflows/update_actions.yml b/.github/workflows/update_actions.yml index 38df70c394..8e9241fdae 100644 --- a/.github/workflows/update_actions.yml +++ b/.github/workflows/update_actions.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@70a41aba780001da0a30141984ae2a0c95d8704e + uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 with: commit-message: Update actions title: Update actions diff --git a/.github/workflows/update_copyright_year.yml b/.github/workflows/update_copyright_year.yml index d45102630f..975cc06b33 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@70a41aba780001da0a30141984ae2a0c95d8704e + uses: peter-evans/create-pull-request@c55203cfde3e5c11a452d352b4393e68b85b4533 with: commit-message: Update copyright year title: Update copyright year