Skip to content

Update actions/cache package to fix CI failure #60

@tomondre

Description

@tomondre

CI is failing due to use of deprecated actions/cache@v2. GitHub dropped support for it on in February 2025.

Error:

This request has been automatically failed because it uses a deprecated version of `actions/cache: v2`.

Fix

Update your workflow to use:

uses: actions/cache@v3

or

uses: actions/cache@v4

More info

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions