Skip to content

Commit

Permalink
Merge pull request #1331 from apache/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-4.1.0

build(deps): bump actions/setup-java from 4.0.0 to 4.1.0
  • Loading branch information
lprimak authored Feb 28, 2024
2 parents ce3bf84 + c20d309 commit 2df2305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up JDK
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
with:
java-version: 11
distribution: temurin
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up JDK
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
with:
java-version: ${{ matrix.jdk }}
distribution: ${{ matrix.dist }}
Expand Down

0 comments on commit 2df2305

Please sign in to comment.