Skip to content

Commit

Permalink
Merge pull request #329 from alejandrohdezma/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-java-3.13.0

Bump actions/setup-java from 3.12.0 to 3.13.0
  • Loading branch information
alejandrohdezma authored Oct 3, 2023
2 parents 2106d7f + 141c057 commit 67f5347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
ref: ${{ github.head_ref }}

- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
distribution: "liberica"
java-version: ${{ matrix.jdk }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: github.event_name == 'push'
uses: alejandrohdezma/actions/check-semver-tag@v1

- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
distribution: "liberica"
java-version: "11"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
ref: main
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}

- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
distribution: "liberica"
java-version: "17"
Expand Down

0 comments on commit 67f5347

Please sign in to comment.