diff --git a/.github/workflows/ga-publication.yml b/.github/workflows/ga-publication.yml index d869c6d..6837cbc 100644 --- a/.github/workflows/ga-publication.yml +++ b/.github/workflows/ga-publication.yml @@ -38,7 +38,7 @@ jobs: --id "CHECKOUT FOR GA PUBLICATION" \ --lcd "$LOCAL_CLONE_DIR" - name: "Cache Maven packages" - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 44d152f..bc884a1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,6 +9,7 @@ on: - reopened branches: - develop + - release/* env: ENTANDO_OPT_USE_PPL_TAG: "v1.1.0" @@ -76,7 +77,7 @@ jobs: java-version: 11 #~ MAVEN CACHE - name: "Cache Maven packages" - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2 @@ -84,13 +85,14 @@ jobs: #~ BUILD CACHE - name: "Cache Build Dir" id: build-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: "${{ env.LOCAL_CLONE_DIR }}/target/" key: ${{ runner.os }}-build-${{ env.BUILD_CACHE_KEY }} #~ SONAR CACHE - name: Cache SonarCloud packages - uses: actions/cache@v1 + uses: actions/cache@v4 + with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar @@ -136,7 +138,7 @@ jobs: #~ MAVEN CACHE - name: "Cache Maven packages" id: maven-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2 @@ -144,7 +146,7 @@ jobs: #~ BUILD CACHE - name: "Cache Build Dir" id: build-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: "${{ env.LOCAL_CLONE_DIR}}/target/" key: ${{ runner.os }}-build-${{ env.BUILD_CACHE_KEY }} diff --git a/.github/workflows/publication.yml b/.github/workflows/publication.yml index 04ec392..f10ad4e 100644 --- a/.github/workflows/publication.yml +++ b/.github/workflows/publication.yml @@ -54,7 +54,7 @@ jobs: java-version: 11 #~ MAVEN CACHE - name: "Cache Maven packages" - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2 @@ -62,7 +62,7 @@ jobs: #~ BUILD CACHE - name: "Cache Build Dir" id: build-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: "${{ env.LOCAL_CLONE_DIR }}/target/" key: ${{ runner.os }}-build-${{ env.BUILD_CACHE_KEY }} diff --git a/pom.xml b/pom.xml index ec32739..f46f85e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.entando entando-core-bom pom - 6.5.0 + 6.5.1 Entando Core BOM http://www.entando.com/ @@ -31,15 +31,19 @@ - 6.5.0-ECS-211-PR-264 - 6.3.7 - 6.3.8 - 6.3.19 - 6.3.6 - 6.3.5 - 6.5.0-ECS-211-PR-88 - 6.3.5 - 6.2.5 + + 6.5.4 + 6.5.2 + 6.5.3 + 6.5.1 + 6.5.1 + 6.5.1 + 6.5.3 + 6.5.0-ECS-611-PR-76 + 6.5.0 + + + ${github.organization}_${project.artifactId} entando-k8s-infrastructure https://sonarcloud.io ${github.organization}