Skip to content

Commit

Permalink
Merge pull request #363 from pact-foundation/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-java-4

build(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
YOU54F committed Jan 19, 2024
2 parents 76f1dff + 6e9230e commit 45797e8
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 @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/setup-java@v3 # Needed for the Avro example
- uses: actions/setup-java@v4 # Needed for the Avro example
with:
distribution: 'zulu'
java-version: '17'
Expand Down

0 comments on commit 45797e8

Please sign in to comment.