Skip to content

Commit

Permalink
Update bullet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bulletdev authored Jan 6, 2025
1 parent fab8fbf commit c782c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bullet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up JDK 21
- name: Set up JDK 22
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '21'
java-version: '22'
java-package: 'jdk'
architecture: 'x64'
check-latest: false
Expand Down

0 comments on commit c782c56

Please sign in to comment.