Skip to content

Commit

Permalink
Merge pull request #30 from fethij/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fethij authored Sep 30, 2024
2 parents 836773a + 5dab504 commit 1c187b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
~/.gradle/wrapper
key: ${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 1c187b7

Please sign in to comment.