Skip to content

Commit 51270ff

Browse files
author
LaunchDarklyReleaseBot
committed
Version 18.0.0 automatically generated from ld-openapi.
1 parent ee97b77 commit 51270ff

File tree

1,527 files changed

+143163
-70510
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,527 files changed

+143163
-70510
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
matrix:
2020
java: [ '8' ]
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Set up JDK
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v4
2525
with:
2626
java-version: ${{ matrix.java }}
2727
distribution: 'temurin'
28-
# cache: maven
28+
cache: maven
2929
- name: Build with Maven
3030
run: mvn -B package --no-transfer-progress --file pom.xml

0 commit comments

Comments
 (0)