Skip to content

fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.96.final #860

fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.96.final

fix(deps): update dependency io.netty:netty-transport-native-epoll to v4.1.96.final #860

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Set up JDK 8
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Cache local Maven repository
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Maven Verify
run: mvn --batch-mode clean verify