Skip to content

Bump io.rest-assured:rest-assured from 5.3.0 to 5.3.2 #253

Bump io.rest-assured:rest-assured from 5.3.0 to 5.3.2

Bump io.rest-assured:rest-assured from 5.3.0 to 5.3.2 #253

Workflow file for this run

# Example workflow
name: Format
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # v2 minimum required
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"