Skip to content

Bump com.squareup.okhttp3:okhttp-dnsoverhttps from 4.9.0 to 4.12.0 #22

Bump com.squareup.okhttp3:okhttp-dnsoverhttps from 4.9.0 to 4.12.0

Bump com.squareup.okhttp3:okhttp-dnsoverhttps from 4.9.0 to 4.12.0 #22

Workflow file for this run

name: Pull Request Check
on:
pull_request:
branches: [ "master" ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: ./gradlew build