Skip to content

Commit 5c05b2f

Browse files
authored
Merge pull request BOINC#5978 from BOINC/vko_update_actions
[ci] update actions
2 parents 3a525c9 + cd2baa5 commit 5c05b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/all_projects_list_xml_update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "PR_REQUIRED=$?" >> $GITHUB_ENV
4646
- name: Create PR
4747
if: ${{ success() && env.PR_REQUIRED == 1 }}
48-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
48+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
4949
with:
5050
commit-message: Update all_projects_list.xml
5151
title: Update all_projects_list.xml

.github/workflows/update_copyright_year.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "PR_REQUIRED=$?" >> $GITHUB_ENV
4646
- name: Create PR
4747
if: ${{ success() && env.PR_REQUIRED == 1 }}
48-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
48+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
4949
with:
5050
commit-message: Update copyright year
5151
title: Update copyright year

0 commit comments

Comments
 (0)