Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Bump actions/checkout from 1 to 4 #2

Bump actions/checkout from 1 to 4

Bump actions/checkout from 1 to 4 #2

Workflow file for this run

name: Android CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8