diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-22 11:42:00 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2025-05-22 11:42:00 +0000 |
commit | bb546333c73015266d61cd3b6f2b355903fd69e8 (patch) | |
tree | 07851f046e7a7b4d61872e18e3be92ec0c4312d4 /.github | |
parent | 4c50efe0ee15c9dfa45fc26c8b75ecbef4da12bc (diff) | |
download | mate-control-center-dependabot/github_actions/dev-hanz-ops/install-gh-cli-action-0.2.1.tar.bz2 mate-control-center-dependabot/github_actions/dev-hanz-ops/install-gh-cli-action-0.2.1.tar.xz |
build(deps): bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1dependabot/github_actions/dev-hanz-ops/install-gh-cli-action-0.2.1
Bumps [dev-hanz-ops/install-gh-cli-action](https://github.com/dev-hanz-ops/install-gh-cli-action) from 0.1.0 to 0.2.1.
- [Release notes](https://github.com/dev-hanz-ops/install-gh-cli-action/releases)
- [Commits](https://github.com/dev-hanz-ops/install-gh-cli-action/compare/v0.1.0...v0.2.1)
---
updated-dependencies:
- dependency-name: dev-hanz-ops/install-gh-cli-action
dependency-version: 0.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2134f9ac..976a2f9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: run: .github/workflows/builds.sh - name: Install GH CLI - uses: dev-hanz-ops/[email protected] + uses: dev-hanz-ops/[email protected] with: gh-cli-version: 2.39.1 |