Skip to content

Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 (#856) #182

Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 (#856)

Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 (#856) #182

Workflow file for this run

name: AllChecks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
- name: Check changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
./gradlew onChainCheck -PfileToCheck=$file
done
- name: Build
run: |
./gradlew run