Skip to content

Update actions/checkout action to v5 (#107) #626

Update actions/checkout action to v5 (#107)

Update actions/checkout action to v5 (#107) #626

Workflow file for this run

name: Payments Client CI
on:
pull_request:
branches:
- master
push:
branches:
- master
- refs/tags/*
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: Build
run: ./gradlew check