Skip to content

Commit

Permalink
build(deps): bump actions/setup-java from 4.1.0 to 4.2.0 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 14, 2024
1 parent 5f8312b commit 6804146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-build-for-release.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
ref: "${{ github.ref }}"

- name: Set up JDK 8
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0
with:
java-version: 8
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-build.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
Expand Down

0 comments on commit 6804146

Please sign in to comment.