Skip to content

Bump actions/checkout from 3.5.2 to 3.6.0 #45

Bump actions/checkout from 3.5.2 to 3.6.0

Bump actions/checkout from 3.5.2 to 3.6.0 #45

Workflow file for this run

name: Build Plugin
on: [ push, pull_request ]
jobs:
gradle-build:
runs-on: ubuntu-latest
steps:
- name: git clone
uses: actions/[email protected]
- name: Set up JDK
uses: actions/[email protected]
with:
distribution: temurin
java-version: 11
- name: Set up Gradle
uses: gradle/[email protected]
- run: "./gradlew build"