Skip to content

Commit

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

build(deps): Bump actions/setup-java from 4.2.0 to 4.2.1
  • Loading branch information
bjhargrave committed Mar 15, 2024
2 parents a2b982e + 9d7c638 commit 671b966
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@5896cecc08fd8a1fbdfaf517e29b571164b031f7
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 671b966

Please sign in to comment.