Skip to content

Commit d38d695

Browse files
authored
Merge pull request #6814 from BOINC/vko_update_actions
[ci] update actions
2 parents a706e65 + 6dc360b commit d38d695

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/all_projects_list_xml_update.yml

Lines changed: 1 addition & 1 deletion
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@98357b18bf14b5342f975ff684046ec3b2a07725
48+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0
4949
with:
5050
commit-message: Update all_projects_list.xml
5151
title: Update all_projects_list.xml

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
path: android/BOINC/app/src/main/assets/
141141

142142
- name: Setup Java
143-
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e
143+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
144144
with:
145145
distribution: 'zulu'
146146
java-version: "17"

.github/workflows/update_copyright_year.yml

Lines changed: 1 addition & 1 deletion
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@98357b18bf14b5342f975ff684046ec3b2a07725
48+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0
4949
with:
5050
commit-message: Update copyright year
5151
title: Update copyright year

0 commit comments

Comments
 (0)