Skip to content

Commit

Permalink
Merge pull request contiki-ng#2800 from contiki-ng/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/develop/actions/setup-java-4

build(deps): bump actions/setup-java from 3 to 4
  • Loading branch information
nfi committed Nov 30, 2023
2 parents fd55e2d + d6f8a17 commit 3754d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
# Pre-install a Java 21 on macOS to avoid 503 responses in Gradle.
- name: Setup Java 21
if: matrix.os == 'macos-latest'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'zulu'
Expand Down

0 comments on commit 3754d00

Please sign in to comment.