diff --git a/README.md b/README.md index 5f4712ab..51dffa86 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This action sets up GitHub CLI tool. It downloads GitHub CLI binaries from https # Usage -## Set up GitHub CLI with default version (2.63.2) +## Set up GitHub CLI with default version (2.76.0) ```yaml - uses: freenet-actions/setup-github-cli@v3 ``` @@ -16,5 +16,5 @@ This action sets up GitHub CLI tool. It downloads GitHub CLI binaries from https ```yaml - uses: freenet-actions/setup-github-cli@v3 with: - version: 2.63.2 -``` \ No newline at end of file + version: 2.76.0 +``` diff --git a/action.yml b/action.yml index 6251a312..ff4e9203 100644 --- a/action.yml +++ b/action.yml @@ -2,10 +2,10 @@ name: 'setup-github-cli' description: 'Setup GitHub CLI' author: 'freenet' inputs: - version: + version: required: true description: 'Version of GitHub CLI' - default: '2.63.2' + default: '2.76.0' runs: using: 'node20' main: 'dist/index.js' diff --git a/package-lock.json b/package-lock.json index 3e9ebbef..72efd7a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-github-cli", - "version": "3.2.1", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "setup-github-cli", - "version": "3.2.1", + "version": "3.3.0", "license": "MIT", "dependencies": { "@actions/core": "1.11.1", diff --git a/package.json b/package.json index 01909eba..1b523cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-github-cli", - "version": "3.2.1", + "version": "3.3.0", "private": true, "description": "Setup the github cli tools", "main": "lib/main.js",