Skip to content

Bump com.github.ben-manes.caffeine:caffeine from 3.1.5 to 3.1.8 #101

Bump com.github.ben-manes.caffeine:caffeine from 3.1.5 to 3.1.8

Bump com.github.ben-manes.caffeine:caffeine from 3.1.5 to 3.1.8 #101

# Create the CI Sanity Check entry even when we only have ignored files
name: Quarkus CI Sanity Check
on:
push:
paths:
- '.gitignore'
- '.dockerignore'
- '*.md'
- '*.adoc'
- '*.txt'
- 'adr/**'
- 'jakarta/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
pull_request:
paths:
- '.gitignore'
- '.dockerignore'
- 'adr/**'
- '*.md'
- '*.adoc'
- '*.txt'
- 'jakarta/**'
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
jobs:
ci-sanity-check:
name: "CI Sanity Check"
runs-on: ubuntu-latest
if: github.repository == 'quarkusio/quarkus'
steps:
- name: Build
run: sleep 1