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-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new 2cf845d Merge
2cf845d is described below
commit 2cf845dee31294eaa0d2f2655d602022c25c8814
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Dec 6 08:35:25 2024 +0100
Merge
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0907eba..1100f1d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4
- name: Configura artifact caching
- uses: actions/[email protected]
+ uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}