Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cqb13 committed Aug 18, 2024
2 parents 1cfee4c + a1531c1 commit bfb300d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.7
- name: Set up JDK 21
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.2.2
with:
java-version: 21
distribution: 'zulu'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.7
- name: Set up JDK 21
uses: actions/setup-java@v4.2.1
uses: actions/setup-java@v4.2.2
with:
java-version: 21
distribution: 'zulu'
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload Artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.6
with:
name: pull-request-build
path: build/libs/

0 comments on commit bfb300d

Please sign in to comment.