Skip to content

Commit

Permalink
ci(deps): bump actions/setup-java from 1 to 4 (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 70f8d02 commit a52aa47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK 16
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 16
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}
- uses: actions/setup-java@v1
- uses: actions/setup-java@v4
with:
java-version: 16
- name: Setup Node.js and semantic-release plugins
Expand Down

0 comments on commit a52aa47

Please sign in to comment.