Skip to content

Commit

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

build(deps): bump actions/setup-java from 3.5.1 to 4.0.0
  • Loading branch information
eiiches authored Feb 6, 2024
2 parents be87659 + d19f707 commit 74c68b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up JDK 1.8
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v4.0.0
with:
java-version: '8'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 1.8
uses: actions/setup-java@v3.5.1
uses: actions/setup-java@v4.0.0
with:
java-version: '8'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Set up JDK 1.8
uses: actions/setup-java@v3.10.0
uses: actions/setup-java@v4.0.0
with:
java-version: '8'
distribution: 'temurin'
Expand Down

0 comments on commit 74c68b7

Please sign in to comment.