This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 661954cd LHF: Fix typo in GHA action and use newest v4 label
661954cd is described below
commit 661954cd649f096e5e2df07d961be685f43c44aa
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Jul 20 22:51:52 2024 +0200
LHF: Fix typo in GHA action and use newest v4 label
---
.github/workflows/maven.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0640bdd5..ea1d1260 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,8 +45,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- - name: Configura artifact caching
- uses: actions/[email protected]
+ - name: Configure artifact caching
+ uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -54,7 +54,7 @@ jobs:
${{ runner.os }}-maven-
- name: Set up JDK
- uses: actions/[email protected]
+ uses: actions/setup-java@v4s
with:
distribution: adopt
java-version: ${{ matrix.java }}
@@ -69,7 +69,6 @@ jobs:
- name: Build site
run: ./mvnw -e -B -V -ntp site
-
# as of 20220505: Invalid workflow file
# The workflow is not valid. .github/workflows/maven.yml (Line: 55, Col: 1):
Unexpected value 'notifications'
#notifications: