Prompt Buddy logoPrompt Buddy

github · GitHub Actions Docs

Actions Dependency caching - GitHub Docs

Explains how to use GitHub Actions caching to store and restore dependencies between workflow runs to improve build performance.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Actions Dependency caching - GitHub Docs

Explains how to use GitHub Actions caching to store and restore dependencies between workflow runs to improve build performance.

When To Use

Use when you need to reduce workflow execution time by reusing dependencies like npm packages, Maven dependencies, or Python modules across multiple runs.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-workflows-and-dependency-caching-github-docs-workflow-guide.mdAn overview of dependency caching concepts in GitHub Actions, including the differences between artifacts and dependency caching.Questions about an overview of dependency caching concepts in GitHub Actions, including the differences between artifacts and depende...

What This Skill Covers

    • GitHub Actions / - Concepts / - Workflows and actions / - Dependency caching
  • Main sections: In this article, About workflow dependency caching, Artifacts versus dependency caching, Next steps.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://docs.github.com/en/actions/concepts/workflows-and-actions/dependency-caching