Skip to content

Commit

Permalink
Merge pull request #85 from bjhargrave/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-4.2.0

build(deps): Bump actions/setup-java from 4.1.0 to 4.2.0
  • Loading branch information
bjhargrave committed Mar 14, 2024
2 parents bffda01 + 41a7570 commit a2b982e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8
uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit a2b982e

Please sign in to comment.