diff --git a/ReadMe.md b/ReadMe.md index 4811867..ce6b35d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -46,7 +46,7 @@ jobs: name: Set release version for tag run: echo "RELEASE_VERSION=refs/tags/${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - uses: erkenes/monorepo-split-action@1.0.0 + - uses: erkenes/monorepo-split-action@1.1.0 with: repository_protocol: 'https://' # the protocol for cloning the mono-repository repository_host: 'github.com' # the host of the mono-repository diff --git a/action.yaml b/action.yaml index 4103718..fb23f2e 100644 --- a/action.yaml +++ b/action.yaml @@ -40,7 +40,7 @@ inputs: required: false runs: using: 'docker' - image: 'docker://ghcr.io/erkenes/monorepo-split-action/php:latest' + image: 'docker://ghcr.io/erkenes/monorepo-split-action/php:1.1.0' args: - ${{ inputs.repository_protocol }} - ${{ inputs.repository_host }}