Skip to content

Commit 35c7fc4

Browse files
committed
Actions: upgrade linux run env
1 parent f06daa3 commit 35c7fc4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
# The type of runner that the job will run on
1919
runs-on: ubuntu-latest
2020

21-
# Steps represent a sequence of tasks that will be executed as part of the job
2221
steps:
23-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v6
2523
with:
2624
submodules: true
2725

2826
- name: Set up JDK
29-
uses: actions/setup-java@v1
27+
uses: actions/setup-java@v5
3028
with:
31-
java-version: 17
29+
java-version: '17'
30+
distribution: 'temurin'
31+
cache: 'gradle'
3232

3333
- name: apt
3434
run: sudo apt install device-tree-compiler p7zip-full android-sdk-libsparse-utils erofs-utils

0 commit comments

Comments
 (0)