[PR #1562] [MERGED] feat: add check for newer versions #2003

Closed
opened 2026-03-01 21:53:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1562
Author: @cplee
Created: 1/14/2023
Status: Merged
Merged: 1/15/2023
Merged by: @mergify[bot]

Base: masterHead: check-for-update


📝 Commits (6)

  • 3f35536 feat: add check for newer versions
  • 2074d9d Merge branch 'master' into check-for-update
  • e039394 fix: support JSON logger and rever updates to go.mod
  • c07a539 fix: keep version updated in source code
  • 79746a2 fix: lint errors
  • df07f9c fix: revert go.*

📊 Changes

6 files changed (+121 additions, -13 deletions)

View changed files

📝 .mega-linter.yml (+1 -1)
📝 Makefile (+5 -0)
VERSION (+1 -0)
cmd/notices.go (+90 -0)
📝 cmd/root.go (+21 -11)
📝 main.go (+3 -1)

📄 Description

Notify user when a newer version of act is available. Support disabling of version check by setting environment variable ACT_DISABLE_VERSION_CHECK=1


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1562 **Author:** [@cplee](https://github.com/cplee) **Created:** 1/14/2023 **Status:** ✅ Merged **Merged:** 1/15/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `check-for-update` --- ### 📝 Commits (6) - [`3f35536`](https://github.com/nektos/act/commit/3f3553628a07734aa8e59a50d4577d82696bbbc0) feat: add check for newer versions - [`2074d9d`](https://github.com/nektos/act/commit/2074d9d845aabd61d8ccb85b79474a2374b15a16) Merge branch 'master' into check-for-update - [`e039394`](https://github.com/nektos/act/commit/e0393947fdedb68e40bc7c68544d8f0a4a19a3ea) fix: support JSON logger and rever updates to go.mod - [`c07a539`](https://github.com/nektos/act/commit/c07a5396692fb57090b2687f7ae0a84b3d791db7) fix: keep version updated in source code - [`79746a2`](https://github.com/nektos/act/commit/79746a2f14a619e313218f09a14465725a8b0c03) fix: lint errors - [`df07f9c`](https://github.com/nektos/act/commit/df07f9c54a3783746c51440870b566b917b9ee37) fix: revert go.* ### 📊 Changes **6 files changed** (+121 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.mega-linter.yml` (+1 -1) 📝 `Makefile` (+5 -0) ➕ `VERSION` (+1 -0) ➕ `cmd/notices.go` (+90 -0) 📝 `cmd/root.go` (+21 -11) 📝 `main.go` (+3 -1) </details> ### 📄 Description Notify user when a newer version of `act` is available. Support disabling of version check by setting environment variable `ACT_DISABLE_VERSION_CHECK=1` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:53:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2003
No description provided.