Skip to content

Commit

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

Bump actions/setup-java from 4.3.0 to 4.4.0
  • Loading branch information
lukas-krecan authored Sep 26, 2024
2 parents ac0bb2d + 880727d commit 1a26392
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@v4.3.0
uses: actions/setup-java@v4.4.0
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down

0 comments on commit 1a26392

Please sign in to comment.