Skip to content

Commit

Permalink
Update App Versions, run by GitHub Actions - Apps updated:
Browse files Browse the repository at this point in the history
- Github-CLI-arm64: 2.44.0 -> 2.44.1
- Github-CLI-armhf: 2.44.0 -> 2.44.1
  • Loading branch information
github-actions[bot] committed Feb 17, 2024
1 parent 38796e7 commit 668cb89
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.44.0
version=2.44.1

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.44.0
version=2.44.1

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

0 comments on commit 668cb89

Please sign in to comment.