Skip to content

Commit

Permalink
ci: 仅约束 actions 主版本号
Browse files Browse the repository at this point in the history
suiyun39 committed Jan 8, 2024
1 parent d7e42d4 commit 539e125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -17,13 +17,13 @@ jobs:
env:
GRADLE_OPTS: -Xmx4g
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4

- uses: actions/setup-java@v3.11.0
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'

- uses: gradle/gradle-build-action@v2.4.2
- uses: gradle/gradle-build-action@v2
with:
arguments: build

0 comments on commit 539e125

Please sign in to comment.