Skip to content

Commit e45b910

Browse files
committed
update
1 parent 72faffa commit e45b910

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/automatically_labeling_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Get label name
1919
id: label_name

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: set up JDK 21
23-
uses: actions/setup-java@v3
23+
uses: actions/setup-java@v4
2424
with:
2525
java-version: '21'
2626
distribution: 'temurin'
@@ -39,8 +39,8 @@ jobs:
3939
restore-keys: |
4040
${{ runner.os }}-gradle-
4141
42-
#- name: Run lint for lint the variants.
43-
# run: ./gradlew lint
42+
- name: Run lint for lint the variants.
43+
run: ./gradlew lint
4444

4545
#- name: Run unit tests for testDebugUnitTest the variants.
4646
# run: ./gradlew testDebugUnitTest

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: set up JDK 17
17-
uses: actions/setup-java@v3
16+
- name: set up JDK 21
17+
uses: actions/setup-java@v4
1818
with:
19-
java-version: '17'
19+
java-version: '21'
2020
distribution: 'temurin'
2121
cache: gradle
2222

@@ -42,7 +42,7 @@ jobs:
4242
4343
# https://github.com/softprops/action-gh-release#%EF%B8%8F-uploading-release-assets
4444
- name: Release
45-
uses: softprops/action-gh-release@v1
45+
uses: softprops/action-gh-release@v2
4646
if: startsWith(github.ref, 'refs/tags/')
4747
with:
4848
files: |

.idea/deploymentTargetSelector.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)