Skip to content

Commit

Permalink
Merge pull request #153 from thoulee21/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/setup-java-4.6.0

chore(deps): bump actions/setup-java from 4.5.0 to 4.6.0 in /.github/workflows
  • Loading branch information
thoulee21 authored Jan 16, 2025
2 parents e52907c + 4aec77a commit 305b2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Java JDK 17
# 需要 Java 17 才能编译 apk,
# 且默认情况下该环境(ubuntu-latest)只有 Java 11
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 305b2b6

Please sign in to comment.