Skip to content

Commit

Permalink
Merge pull request #69 from bjhargrave/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-4.0.0
  • Loading branch information
bjhargrave authored Nov 30, 2023
2 parents a506757 + ec2736d commit 6f6c3fa
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: Set up Java ${{ matrix.java }}
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 6f6c3fa

Please sign in to comment.