Skip to content

Commit

Permalink
Bump actions/setup-java from 3 to 4 (#9)
Browse files Browse the repository at this point in the history
Pull request: #9
  • Loading branch information
dependabot[bot] authored and lefou committed Feb 27, 2024
1 parent 58799cc commit 67c2a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: coursier/cache-action@v6

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
Expand All @@ -45,7 +45,7 @@ jobs:

- uses: coursier/cache-action@v6

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: coursier/cache-action@v6

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

0 comments on commit 67c2a17

Please sign in to comment.