Skip to content

Commit 1751c39

Browse files
Update GitHub Action Versions (#714)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f7f6e07 commit 1751c39

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
token: ${{ secrets.GIT_BOT_TOKEN }}
2121

2222
- name: set up JDK 17
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
java-version: '17'
2626
distribution: 'temurin'

.github/workflows/android-main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ secrets.GIT_BOT_TOKEN }}
1919

2020
- name: set up JDK 17
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
java-version: '17'
2424
distribution: 'temurin'

.github/workflows/android-pr_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ secrets.GIT_BOT_TOKEN }}
1919

2020
- name: set up JDK 17
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
with:
2323
java-version: '17'
2424
distribution: 'temurin'

.github/workflows/android-release_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.GIT_BOT_TOKEN }}
1818

1919
- name: set up JDK 17
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
java-version: '17'
2323
distribution: 'temurin'

0 commit comments

Comments
 (0)