diff --git a/.github/workflows/all_projects_list_xml_update.yml b/.github/workflows/all_projects_list_xml_update.yml index a54edcc655319cc584f40b25ed1f4ace404bec6d..a2affdcdc5f75d46cd492c0c862bfbadc8fa0c95 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@dd2324fc52d5d43c699a5636bcf19fceaa70c284 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e 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 6b6614a4e13e34cf9470db5319f4ce796771c3a6..2e5174ad75a0041c93957f5ade3ff14bc5396142 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@dd2324fc52d5d43c699a5636bcf19fceaa70c284 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e with: commit-message: Update copyright year title: Update copyright year