mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[PR #2509] [CLOSED] feat: [BREAKING] make use of the new action cache #2469
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#2469
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?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/2509
Author: @ChristopherHX
Created: 10/29/2024
Status: ❌ Closed
Base:
master← Head:2472-make-use-new-action-cache-the-new-default-for-downloading-actions📝 Commits (10+)
9b8af8ffeat: make use of the new action cacheb989239linter again35918ddfix bugcd1ea37....c29378dlintb6886c6wip6560e02fixup51b5861fix8c9b0efMerge branch 'master' into 2472-make-use-new-action-cache-the-new-default-for-downloading-actions12ce7edremove old cache entries📊 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
Fixes
Tracked in #2472
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.