Skip to content

chore(deps): bump ktor from 3.0.2 to 3.1.0 #195

chore(deps): bump ktor from 3.0.2 to 3.1.0

chore(deps): bump ktor from 3.0.2 to 3.1.0 #195

Workflow file for this run

name: build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install Java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
with:
java-version: 17
distribution: 'temurin'
cache: gradle
- name: Build and run tests
run: ./gradlew clean build