Skip to content

Commit

Permalink
Merge pull request #10 from AzisabaNetwork/renovate/actions-setup-jav…
Browse files Browse the repository at this point in the history
…a-4.x

Update actions/setup-java action to v4
  • Loading branch information
sysnote8main authored Oct 12, 2024
2 parents 574152a + 59e359c commit 70cfc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: "8"
distribution: "adopt"
Expand Down

0 comments on commit 70cfc8d

Please sign in to comment.