Skip to content

Commit

Permalink
Merge pull request #20 from byPixelTV/renovate/github-actions
Browse files Browse the repository at this point in the history
chore: update actions/setup-java action to v4.7.0
  • Loading branch information
byPixelTV authored Jan 30, 2025
2 parents 5f01820 + 60fae9a commit 1aa75e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK 23
uses: actions/setup-java@v4.6.0
uses: actions/setup-java@v4.7.0
with:
java-version: '23'
distribution: 'temurin'
Expand Down

0 comments on commit 1aa75e8

Please sign in to comment.