diff --git a/README.md b/README.md index 5259d02a..c374d704 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you're using GitHub-hosted runners in your workflow, you probably don't need # Usage -## Set up GitHub CLI with default version (2.76.0) +## Set up GitHub CLI with default version (2.87.3) ```yaml - uses: freenet-actions/setup-github-cli@v3 ``` @@ -18,5 +18,5 @@ If you're using GitHub-hosted runners in your workflow, you probably don't need ```yaml - uses: freenet-actions/setup-github-cli@v3 with: - version: 2.76.0 + version: 2.87.3 ``` diff --git a/action.yml b/action.yml index ff4e9203..d422862c 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: version: required: true description: 'Version of GitHub CLI' - default: '2.76.0' + default: '2.87.3' runs: using: 'node20' main: 'dist/index.js' diff --git a/package-lock.json b/package-lock.json index fa1a31a5..cdce2cfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-github-cli", - "version": "3.4.1", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "setup-github-cli", - "version": "3.4.1", + "version": "3.5.0", "license": "MIT", "dependencies": { "@actions/core": "1.11.1", diff --git a/package.json b/package.json index 5b4a1282..29498ef0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-github-cli", - "version": "3.4.1", + "version": "3.5.0", "private": true, "description": "Setup the github cli tools", "main": "lib/main.js",