Skip to content

Commit

Permalink
Bump actions/setup-java to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Jan 6, 2025
1 parent 1b7ce5c commit 6cefdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
Expand Down

0 comments on commit 6cefdec

Please sign in to comment.