Skip to content

Update actions/checkout action to v4 #2211

Update actions/checkout action to v4

Update actions/checkout action to v4 #2211

Workflow file for this run

name: push
on:
push:
branches:
- "**"
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 1
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: 17
distribution: oracle
- run: |
./gradlew build
./gradlew combinedjavadoc
./gradlew combinedWindowsZip
./gradlew combinedLinuxZip
./gradlew combinedrpm
./gradlew combineddeb