Skip to content

chore(deps): update actions/checkout digest to 44c2b7a - autoclosed #102

chore(deps): update actions/checkout digest to 44c2b7a - autoclosed

chore(deps): update actions/checkout digest to 44c2b7a - autoclosed #102

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
cache: 'gradle'
- name: Build
run: ./gradlew build --no-daemon
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: artifact
path: build/libs/*.jar