Skip to content

Bump org.apache.sshd:sshd-sftp from 2.9.2 to 2.9.3 #40

Bump org.apache.sshd:sshd-sftp from 2.9.2 to 2.9.3

Bump org.apache.sshd:sshd-sftp from 2.9.2 to 2.9.3 #40

Workflow file for this run

name: Pull Validation
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
architecture: x64
- name: Build with Maven
run: ./mvnw -B --update-snapshots verify
env:
BUILD_LOCATION: 'github'