Skip to content

Commit

Permalink
Merge pull request #231 from jaconi-io/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-4

build(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
gschlueter-jaconi authored Dec 8, 2023
2 parents bd16680 + b939554 commit 317d343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fetch-depth: 0

- name: Install Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
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 @@ -17,7 +17,7 @@ jobs:
node-version: '18'

- name: Install Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 317d343

Please sign in to comment.