Skip to content

Commit

Permalink
Merge pull request #133 from productboardlabs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-java-4.0.0

Bump actions/setup-java from 3.13.0 to 4.0.0
  • Loading branch information
lukas-krecan authored Nov 30, 2023
2 parents 6d99b3b + af418dd commit d3dde2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down

0 comments on commit d3dde2b

Please sign in to comment.