mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #2600] Github extension does not upgrade #1184
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @socketbox on GitHub (Jan 3, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/2600
Bug report info
Act notifies of an update being available, but does not upgrade.
Command used with act
The command that ended with a notice regarding a new version:
The command I used in an attempt to upgrade:
Describe issue
Act notifies of an update being available, but does not upgrade when
gh extension upgrade --allis issued.Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
@ChristopherHX commented on GitHub (Jan 5, 2025):
Fixed now in https://github.com/nektos/gh-act/pull/12? please try again and if this is resolved close as completed.
I recommend you to take more care about sanitizing Personal Access Tokens or other Secrets in bug reports that has been removed by us, since this is a public issue tracker everyone could abuse it if GitHub didn't notify you about revoking it via GitHub Advanced Security
@socketbox commented on GitHub (Jan 6, 2025):
Thank you for the admonition, I will delete the token now.
Also, for what it's worth, I was able to update using this command:
gh extension upgrade act@jordanblakey commented on GitHub (Jun 1, 2025):
@ChristopherHX I'm still seeing this:
INFO ️📣 A newer version of 'act' is available - consider ugrading to 0.2.77.Just installed the gh extension and see:
But I am still on v0.2.76:
Possibly the
ghextension updates lag the releases a bit?@ChristopherHX commented on GitHub (Jun 1, 2025):
Yes v0.2.77 was skipped to due lack of in time reviews of critical release pipeline bug fixes created my me.
TBH v0.2.77 changelog was almost empty.
Now you should have v0.2.78 available.
@jordanblakey commented on GitHub (Jun 1, 2025):
Thanks, yes I was able to upgrade to
v0.2.78: