Skip to content

Commit

Permalink
Merge pull request #475 from liquibase/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
vitaliimak authored Dec 1, 2023
2 parents a76a5c9 + a517f9e commit 5d2081c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down

0 comments on commit 5d2081c

Please sign in to comment.