From 21968038a004381f3390d5ecf5d55ddb5666b19f Mon Sep 17 00:00:00 2001 From: Carmendelope Date: Fri, 3 Nov 2023 19:38:29 +0100 Subject: [PATCH] feature/v6.4.0_release --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a524fc8..7533d3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM napptive/playground:v6.3.0 +FROM napptive/playground:v6.4.0 COPY entrypoint.sh /entrypoint.sh diff --git a/README.md b/README.md index bbe113a..93516be 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ jobs: # Get a copy of the repo. - uses: actions/checkout@v2 # Push a new version of the application - - uses: napptive-actions/catalog-push-action@v6.3.0 + - uses: napptive-actions/catalog-push-action@v6.4.0 env: PLAYGROUND_PAT: ${{ secrets.PLAYGROUND_PAT }} with: