Skip to content

Bump io.lettuce:lettuce-core from 6.5.0.RELEASE to 6.5.1.RELEASE (#566) #726

Bump io.lettuce:lettuce-core from 6.5.0.RELEASE to 6.5.1.RELEASE (#566)

Bump io.lettuce:lettuce-core from 6.5.0.RELEASE to 6.5.1.RELEASE (#566) #726

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
cache: 'maven'
- name: Build with Maven
run: mvn -B -V verify -Dmaven.javadoc.skip
- name: Update list of supported operations
if: success() && github.ref == 'refs/heads/master'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update list of supported operations