Skip to content

chore(deps): bump gradle/actions from 4.4.3 to 5.0.0 in the github-actions group across 1 directory #582

chore(deps): bump gradle/actions from 4.4.3 to 5.0.0 in the github-actions group across 1 directory

chore(deps): bump gradle/actions from 4.4.3 to 5.0.0 in the github-actions group across 1 directory #582

Workflow file for this run

name: Test PR
on:
pull_request:
paths-ignore:
- '*.md'
- 'LICENSE.md'
jobs:
test_pr:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@v5
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'temurin'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build