diff --git a/Dockerfile b/Dockerfile index cca663d..42e25e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM napptive/playground:v4.1.0 +FROM napptive/playground:v4.2.0 COPY entrypoint.sh /entrypoint.sh diff --git a/README.md b/README.md index f9f85e5..78cbee7 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: # Get a copy of the repo. - uses: actions/checkout@v2 # Deploying napptive/drawio:14.3.0 from the catalog - - uses: napptive-actions/catalog-deploy-action@v4.1.0 + - uses: napptive-actions/catalog-deploy-action@v4.2.0 env: PLAYGROUND_PAT: ${{ secrets.PLAYGROUND_PAT }} with: