Skip to content

Bump actions/checkout from 4.1.2 to 4.1.6 #48

Bump actions/checkout from 4.1.2 to 4.1.6

Bump actions/checkout from 4.1.2 to 4.1.6 #48

Workflow file for this run

name: Build Plugin
on: [ push ]
jobs:
gradle-build:
strategy:
matrix:
os: [ubuntu, macos, windows]
runs-on: ${{ matrix.os }}-latest
steps:
- name: git clone
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: temurin
java-version: 17
- name: Set up Gradle
uses: gradle/actions/[email protected]
- run: "./gradlew build"