Skip to content

Commit

Permalink
chore(deps): bump actions/setup-java from 4.2.1 to 4.4.0 (#409)
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 Oct 25, 2024
1 parent 9cf6f17 commit f859fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Install Node.js
with:
node-version: "18"
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
with:
distribution: "temurin"
java-version: "17"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
name: Install Node.js
with:
node-version: "18"
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
with:
distribution: "temurin"
java-version: "11"
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
name: Install Node.js
with:
node-version: "18"
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
with:
distribution: "temurin"
java-version: "11"
Expand Down

0 comments on commit f859fc8

Please sign in to comment.