This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/trunk by this push:
new d974474a4 Updated GitHub actions for publishing Maven snapshot
artifacts
d974474a4 is described below
commit d974474a45cd9dde93bfd2886064fda1d20164be
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Sat Dec 21 19:31:57 2024 +0100
Updated GitHub actions for publishing Maven snapshot artifacts
---
.github/workflows/publish-maven-snapshot.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish-maven-snapshot.yml
b/.github/workflows/publish-maven-snapshot.yml
index 37ee68aa6..2ea84fd4d 100644
--- a/.github/workflows/publish-maven-snapshot.yml
+++ b/.github/workflows/publish-maven-snapshot.yml
@@ -33,10 +33,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Set up Java
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
java-version: '11'
distribution: 'temurin'