Skip to content

Commit

Permalink
Upgrade to checkout & setup-java 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Feb 8, 2024
1 parent d114e0f commit ec9c8e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@ jobs:

steps:
- name: Checkout calimero-core
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: calimero-project/calimero-core
path: calimero-core
- name: Checkout calimero-rxtx
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: calimero-project/calimero-rxtx
path: calimero-rxtx
- name: Checkout calimero-usb
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: calimero-project/calimero-usb
path: calimero-usb
- name: Checkout calimero-tools
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: calimero-tools
- name: setup
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit ec9c8e0

Please sign in to comment.