Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 #203

build(deps): bump actions/checkout from 4.1.7 to 4.2.0

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 #203

Workflow file for this run

name: Run the testsuite
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [11, 17]
steps:
- uses: actions/[email protected]
- name: Set up Java ${{ matrix.java }}
uses: actions/[email protected]
with:
distribution: "temurin"
java-version: ${{ matrix.java }}
- name: Version information
run: |
java -version
mvn --version
- name: Run tests and package
run: mvn -D"http.keepAlive=false" -D"maven.wagon.http.pool=false" -D"maven.wagon.httpconnectionManager.ttlSeconds=120" -B -V clean package
auto-merge:
runs-on: ubuntu-latest
needs: build
permissions:
pull-requests: write
contents: write
steps:
- name: Automatically merge dependabot upgrades
uses: fastify/[email protected]
with:
target: minor