Skip to content

Commit

Permalink
ci(deps): update actions/setup-java action to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleycaselli authored Oct 8, 2024
1 parent 9efa07a commit 35f256d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Release
run: |
npm ci
npx semantic-release
npx semantic-release

0 comments on commit 35f256d

Please sign in to comment.