This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 67780b37c [OPENMEETINGS-2824] github actions
67780b37c is described below
commit 67780b37c9bf3546db7b23035aeaafbf73233c83
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Mon Aug 31 10:02:23 2026 +0700
[OPENMEETINGS-2824] github actions
---
.github/workflows/maven.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1e50a4483..3f553a812 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -19,10 +19,10 @@ jobs:
- '21'
steps:
- - uses: actions/checkout@v7
+ - uses: actions/[email protected]
- name: Setup Temurin JDK
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
@@ -37,7 +37,7 @@ jobs:
tar -xzf apache-maven-${MAVEN_VERSION}-bin.tar.gz
- name: Cache Maven packages
- uses: actions/cache@v5
+ uses: actions/[email protected]
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}