[PR #2509] [CLOSED] feat: [BREAKING] make use of the new action cache #2469

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2509
Author: @ChristopherHX
Created: 10/29/2024
Status: Closed

Base: masterHead: 2472-make-use-new-action-cache-the-new-default-for-downloading-actions


📝 Commits (10+)

📊 Changes

11 files changed (+149 additions, -218 deletions)

View changed files

📝 cmd/input.go (+0 -1)
📝 cmd/root.go (+27 -23)
📝 pkg/container/docker_run.go (+3 -0)
📝 pkg/container/host_environment.go (+5 -2)
📝 pkg/runner/action.go (+20 -27)
📝 pkg/runner/action_test.go (+5 -1)
📝 pkg/runner/container_mock_test.go (+9 -0)
📝 pkg/runner/reusable_workflow.go (+4 -11)
📝 pkg/runner/run_context.go (+9 -0)
📝 pkg/runner/step_action_remote.go (+32 -73)
📝 pkg/runner/step_action_remote_test.go (+35 -80)

📄 Description

Breaking

  • removal of old backend
  • removal of cli flag
  • migrated tests
  • frees up storage of old backend

Fixes

  • remote docker actions corrected to pass tests

Tracked in #2472


🔄 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/2509 **Author:** [@ChristopherHX](https://github.com/ChristopherHX) **Created:** 10/29/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `2472-make-use-new-action-cache-the-new-default-for-downloading-actions` --- ### 📝 Commits (10+) - [`9b8af8f`](https://github.com/nektos/act/commit/9b8af8f90ed0be721d550488f5b17f0c6a2f4242) feat: make use of the new action cache - [`b989239`](https://github.com/nektos/act/commit/b989239d3256685676c389d3506b943e4d35c23f) linter again - [`35918dd`](https://github.com/nektos/act/commit/35918ddaaa8300e8ab90d93e4dc075af29489b9e) fix bug - [`cd1ea37`](https://github.com/nektos/act/commit/cd1ea374df87fb77ed13d90c841d7bf679054359) .... - [`c29378d`](https://github.com/nektos/act/commit/c29378de656e2fd77ec2b4cf8d4ba9a72e483224) lint - [`b6886c6`](https://github.com/nektos/act/commit/b6886c6562b6bf5ca1fec4ef611193f6349db7e9) wip - [`6560e02`](https://github.com/nektos/act/commit/6560e026f96b3b8404063038033b16ee8a5bfc83) fixup - [`51b5861`](https://github.com/nektos/act/commit/51b5861c7410b863dfe34d0c5adb1546b87d95bf) fix - [`8c9b0ef`](https://github.com/nektos/act/commit/8c9b0ef32b689414065aee4489c0f56543fea600) Merge branch 'master' into 2472-make-use-new-action-cache-the-new-default-for-downloading-actions - [`12ce7ed`](https://github.com/nektos/act/commit/12ce7edcf7f1f634c85f76fce02118df32425373) remove old cache entries ### 📊 Changes **11 files changed** (+149 additions, -218 deletions) <details> <summary>View changed files</summary> 📝 `cmd/input.go` (+0 -1) 📝 `cmd/root.go` (+27 -23) 📝 `pkg/container/docker_run.go` (+3 -0) 📝 `pkg/container/host_environment.go` (+5 -2) 📝 `pkg/runner/action.go` (+20 -27) 📝 `pkg/runner/action_test.go` (+5 -1) 📝 `pkg/runner/container_mock_test.go` (+9 -0) 📝 `pkg/runner/reusable_workflow.go` (+4 -11) 📝 `pkg/runner/run_context.go` (+9 -0) 📝 `pkg/runner/step_action_remote.go` (+32 -73) 📝 `pkg/runner/step_action_remote_test.go` (+35 -80) </details> ### 📄 Description # Breaking * removal of old backend * removal of cli flag * migrated tests * frees up storage of old backend # Fixes * remote docker actions corrected to pass tests Tracked in #2472 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:35 +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#2469
No description provided.