Skip to content

Commit

Permalink
Github-CLI: Update App Versions
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.57.0 -> 2.58.0
- Github-CLI-armhf: 2.57.0 -> 2.58.0
  • Loading branch information
github-actions[bot] committed Oct 2, 2024
1 parent 0ef30bf commit 5d1a2bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Github-CLI/install-32
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.57.0
version=2.58.0

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_armv6.deb || exit 1

2 changes: 1 addition & 1 deletion apps/Github-CLI/install-64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=2.57.0
version=2.58.0

install_packages https://github.com/cli/cli/releases/download/v${version}/gh_${version}_linux_arm64.deb || exit 1

0 comments on commit 5d1a2bd

Please sign in to comment.