Skip to content

Commit

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

build(deps): bump actions/setup-java from 4.0.0 to 4.4.0
  • Loading branch information
eiiches authored Oct 10, 2024
2 parents 61bfdea + ffceb5f commit ec1985b
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/[email protected]
- name: Set up JDK 1.8
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.4.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@v4.0.0
uses: actions/setup-java@v4.4.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/[email protected]
- name: Set up JDK 1.8
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.4.0
with:
java-version: '8'
distribution: 'temurin'
Expand Down

0 comments on commit ec1985b

Please sign in to comment.