You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/07/19 03:44:33 UTC

[groovy] branch GROOVY_3_0_X updated: bump micronaut version in action

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 23b92a45e3 bump micronaut version in action
23b92a45e3 is described below

commit 23b92a45e32a08de53a9fd4f9c91643c508bdb20
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Jul 19 13:44:14 2022 +1000

    bump micronaut version in action
---
 .github/workflows/micronaut-joint-validation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/micronaut-joint-validation.yml b/.github/workflows/micronaut-joint-validation.yml
index fe8c4895d7..8dd5bd284f 100644
--- a/.github/workflows/micronaut-joint-validation.yml
+++ b/.github/workflows/micronaut-joint-validation.yml
@@ -44,7 +44,7 @@ jobs:
 
       # Clone Micronaut Repos
       - name: Checkout Micronaut Core
-        run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 3.4.x
+        run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 3.5.x
 
       - name: Checkout Micronaut Groovy
         run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b master