diff --git a/.github/workflows/ga-publication.yml b/.github/workflows/ga-publication.yml index 314a31c25..b9dd00f60 100644 --- a/.github/workflows/ga-publication.yml +++ b/.github/workflows/ga-publication.yml @@ -36,7 +36,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 a53340b93..b9dafb6e6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -77,7 +77,7 @@ jobs: #~ NPM CACHE - name: "Cache NPM Packages" id: package-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-npm @@ -118,7 +118,7 @@ jobs: # #~ NPM CACHE # - name: "Cache NPM Packages" # id: package-cache -# uses: actions/cache@v2 +# uses: actions/cache@v4 # with: # path: ~/.npm # key: ${{ runner.os }}-npm diff --git a/Dockerfile b/Dockerfile index ffc23fa02..7fda35f35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/nginx-122:1-18 +FROM registry.access.redhat.com/ubi8/nginx-122:1-99 ARG VERSION ### Required OpenShift Labels LABEL name="Entando App Builder" \