Skip to content

build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre #405

build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre

build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre #405

Workflow file for this run

# Carry out tests on pull requests
name: PR Tests
on:
pull_request:
branches: [ 'master' ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Test Pull Request
uses: gradle/gradle-build-action@v2
with:
arguments: test