diff --git a/README.md b/README.md index 5e6afe7..47bbc8f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Selfhosted runners do not come with the GH CLI out of the box. This action is an ```yaml - name: Install GH CLI - uses: dev-hanz-ops/install-gh-cli-action + uses: dev-hanz-ops/install-gh-cli-action@v0.1.0 with: - gh-cli-version: 2.14.2 # optional, see action.yml for current default + gh-cli-version: 2.32.0 # optional, see action.yml for current default ```