Skip to content

chore(deps): bump github.com/cli/cli/v2 from 2.94.0 to 2.95.0#60

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/cli/cli/v2-2.95.0
Open

chore(deps): bump github.com/cli/cli/v2 from 2.94.0 to 2.95.0#60
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/cli/cli/v2-2.95.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/cli/cli/v2 from 2.94.0 to 2.95.0.

Release notes

Sourced from github.com/cli/cli/v2's releases.

GitHub CLI 2.95.0

Read repository files and directories with gh repo read-file and gh repo read-dir

Two new preview commands read repository contents without cloning:

# Read a single file to stdout
gh repo read-file README.md --repo cli/cli
Read from a specific branch, tag, or commit
gh repo read-file go.mod --ref v2.94.0 --repo cli/cli
Write a file to disk (use --clobber to overwrite)
gh repo read-file README.md --output ./README.md --repo cli/cli
List the entries in a directory
gh repo read-dir script --repo cli/cli

Both commands default to the repository's default branch, accept --ref to target any branch, tag, or commit, and support --json, --jq, and --template for scripting. This makes it easy for agents and automation to inspect a repo without a full checkout.

[!NOTE] gh repo read-file and gh repo read-dir are in preview and subject to change without notice.

What's Changed

✨ Features

🐛 Fixes

📚 Docs & Chores

:dependabot: Dependencies

... (truncated)

Commits
  • 70bb306 feat(skills): list available skills when install runs non-interactively (#13548)
  • 01bcd47 fix(skills): stage updates in a temp dir and swap in-place (#13449)
  • 733e35c feat: add repo read-file and repo read-dir (#13580)
  • a6012ac Merge pull request #13674 from spenserblack/devcontainer
  • b401862 Bump Go in devcontainer
  • d05c71a Make filtering by bot authors more discoverable (#13642)
  • f15dce8 Merge pull request #13641 from cli/dependabot/go_modules/golang.org/x/crypto-...
  • ec0fe28 chore(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0
  • 54fa0c6 Merge pull request #13662 from cli/dependabot/go_modules/github.com/sigstore/...
  • e66c2c4 Merge pull request #13619 from cli/dependabot/github_actions/github/codeql-ac...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/cli/cli/v2](https://github.com/cli/cli) from 2.94.0 to 2.95.0.
- [Release notes](https://github.com/cli/cli/releases)
- [Changelog](https://github.com/cli/cli/blob/trunk/docs/release-process-deep-dive.md)
- [Commits](cli/cli@v2.94.0...v2.95.0)

---
updated-dependencies:
- dependency-name: github.com/cli/cli/v2
  dependency-version: 2.95.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants