Skip to content

Incorrect information about GitHub Actions Cache eviction policies #38743

Open
@me-and

Description

@me-and

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy

What part(s) of the article would you like to see updated?

This article states that, when caches need to be evicted due to space limitations, the oldest caches will be evicted. This is incorrect, which was confirmed in GitHub Support ticket 3452653: cache eviction is decided based on last access time, not creation time.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentThis issue or pull request belongs to the Docs Content teamgithub_actionsPull requests that update GitHub Actions code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions