Skip to content

fix(deps): bump io.github.robothy:local-s3-rest from 1.15 to 1.16 #2734

fix(deps): bump io.github.robothy:local-s3-rest from 1.15 to 1.16

fix(deps): bump io.github.robothy:local-s3-rest from 1.15 to 1.16 #2734

Workflow file for this run

# This workflow builds the Javadoc
name: Javadoc
on:
push:
branches:
- main
pull_request:
jobs:
# build javadoc
javadoc:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
- name: Set up JDK 17
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
distribution: 'temurin'
java-version: 17
cache: 'gradle'
- name: Run Javadoc
run: ./gradlew javadoc