From b88dc318a53c0d36b2738decd689033dac7a215e Mon Sep 17 00:00:00 2001
From: Andre Piantino <andre.piantino@tjsc.jus.br>
Date: Tue, 21 Feb 2023 09:12:13 +0000
Subject: [PATCH] Improved event log

---
 .github/workflows/update-deps.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml
index 6a0399b..980fc8c 100644
--- a/.github/workflows/update-deps.yml
+++ b/.github/workflows/update-deps.yml
@@ -59,6 +59,7 @@
             -DremotePom='org.keycloak:keycloak-parent:${{ steps.vars.outputs.keycloakVersion }}' \
             -DupdateDependencies=true -DupdatePropertyVersions=true
           mvn versions:use-latest-versions -DallowMajorUpdates=false
+          mvn versions:set-property -Dproperty=project.build.outputTimestamp -DnewVersion=`date +%s`
 
       - id: create_commit
         name: Create commit

--
Gitblit v1.9.1