From 0bf64424ca5c08eab2d55059d8914b4ec43f424c Mon Sep 17 00:00:00 2001 From: Carmendelope Date: Mon, 24 Oct 2022 12:12:36 +0200 Subject: [PATCH] Update to v4.3.0 release --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 42e25e0..f609002 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM napptive/playground:v4.2.0 +FROM napptive/playground:v4.3.0 COPY entrypoint.sh /entrypoint.sh diff --git a/README.md b/README.md index 9e32a65..98fbde6 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@v4.2.0 + - uses: napptive-actions/catalog-push-action@v4.3.0 env: PLAYGROUND_PAT: ${{ secrets.PLAYGROUND_PAT }} with: