Skip to content

Commit 99b0d1a

Browse files
authored
Merge pull request #5809 from BOINC/vko_update_actions
2 parents cef80be + 725f08c commit 99b0d1a

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@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20
48+
uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4
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
@@ -134,7 +134,7 @@ jobs:
134134
path: android/BOINC/app/src/main/assets/
135135

136136
- name: Setup Java
137-
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
137+
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88
138138
with:
139139
distribution: 'zulu'
140140
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@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20
48+
uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4
4949
with:
5050
commit-message: Update copyright year
5151
title: Update copyright year

0 commit comments

Comments
 (0)