Skip to content

chore(deps): bump actions/checkout from 3 to 4 #274

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #274

Workflow file for this run

name: build
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
java-version: 8
distribution: zulu
- name: build
run: ./gradlew check