[PR #1913] [MERGED] feat: Add new Action Cache #2190

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1913
Author: @ChristopherHX
Created: 7/16/2023
Status: Merged
Merged: 8/8/2023
Merged by: @mergify[bot]

Base: masterHead: action_cache


📝 Commits (7)

  • ac7392b feat: Add new Action Cache
  • b8f01b9 fix some linter errors / warnings
  • 64acef3 fix lint
  • 1570bea fix empty fpath parameter returns empty archive
  • c4461bb Merge branch 'master' into action_cache
  • 3b5a781 rename fpath to includePrefix
  • 8df06d5 Merge branch 'master' into action_cache

📊 Changes

2 files changed (+214 additions, -0 deletions)

View changed files

pkg/runner/action_cache.go (+177 -0)
pkg/runner/action_cache_test.go (+37 -0)

📄 Description

This is a sample implementation of ActionCache.

See also #1912 and it's description for further links.


🔄 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/1913 **Author:** [@ChristopherHX](https://github.com/ChristopherHX) **Created:** 7/16/2023 **Status:** ✅ Merged **Merged:** 8/8/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `action_cache` --- ### 📝 Commits (7) - [`ac7392b`](https://github.com/nektos/act/commit/ac7392b379b8a1ec7881f71650215b392e6b3e84) feat: Add new Action Cache - [`b8f01b9`](https://github.com/nektos/act/commit/b8f01b99694c216fff605d702b7ecc96eaa36c59) fix some linter errors / warnings - [`64acef3`](https://github.com/nektos/act/commit/64acef39633a4792c99aa12ab20390b78f53d7fe) fix lint - [`1570bea`](https://github.com/nektos/act/commit/1570bea7297ce74855ef5331b70377f7014dcc65) fix empty fpath parameter returns empty archive - [`c4461bb`](https://github.com/nektos/act/commit/c4461bbcd32fb3386f4e40b399f914e5b4adfe64) Merge branch 'master' into action_cache - [`3b5a781`](https://github.com/nektos/act/commit/3b5a781209a665ba273109c6b979f04a573fc13a) rename fpath to includePrefix - [`8df06d5`](https://github.com/nektos/act/commit/8df06d54a6cc14be66a78d63d4070b1ec954aeff) Merge branch 'master' into action_cache ### 📊 Changes **2 files changed** (+214 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `pkg/runner/action_cache.go` (+177 -0) ➕ `pkg/runner/action_cache_test.go` (+37 -0) </details> ### 📄 Description This is a sample implementation of ActionCache. See also #1912 and it's description for further links. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:23 +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#2190
No description provided.