Skip to content

Commit

Permalink
Merge pull request #141 from maxmind/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
oschwald committed Nov 29, 2023
2 parents 6e972ad + d97c941 commit 71807b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.version }}
Expand Down

0 comments on commit 71807b5

Please sign in to comment.