Bump dependency versions.
This commit is contained in:
9
.github/workflows/antora-site.yml
vendored
9
.github/workflows/antora-site.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
- name: Setup Maven Action
|
- name: Setup Maven Action
|
||||||
uses: s4u/setup-maven-action@v1.13.0
|
uses: s4u/setup-maven-action@v1.14.0
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
- name: Set up refname build
|
- name: Set up refname build
|
||||||
@@ -47,16 +47,17 @@ jobs:
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
key: ${{ runner.os }}-nodejs-${{ hashFiles('pom.xml') }}
|
key: ${{ runner.os }}-nodejs-${{ hashFiles('pom.xml') }}
|
||||||
- name: Cache Maven
|
- name: Cache Maven
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.m2
|
path: ~/.m2
|
||||||
key: ${{ runner.os }}-maven-${{ github.event.inputs.module }}
|
key: ${{ runner.os }}-maven-${{ github.event.inputs.module }}
|
||||||
restore-keys: ${{ runner.os }}-maven
|
restore-keys: ${{ runner.os }}-maven
|
||||||
- name: Cache Antora
|
- name: Cache Antora
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache
|
path: ~/.cache
|
||||||
key: ${{ runner.os }}-antora-${{ github.event.inputs.module }}
|
key: ${{ runner.os }}-antora-${{ github.event.inputs.module }}-${{ hashFiles('**/*.yml') }}
|
||||||
|
restore-keys: ${{ runner.os }}-antora-${{ github.event.inputs.module }}
|
||||||
- name: Run Antora
|
- name: Run Antora
|
||||||
run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }}
|
run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }}
|
||||||
# - name: Archive results
|
# - name: Archive results
|
||||||
|
|||||||
Reference in New Issue
Block a user