Skip to content

Update cache action#87

Merged
markrobinsonuzh merged 1 commit intomarkrobinsonuzh:masterfrom
TuomasBorman:master
Mar 11, 2025
Merged

Update cache action#87
markrobinsonuzh merged 1 commit intomarkrobinsonuzh:masterfrom
TuomasBorman:master

Conversation

@TuomasBorman
Copy link
Contributor

Just noticed that you have merged the PR, thanks for quick response!

It seems that the checks are failing due to the following issue:

Error: This request has been automatically failed because it uses a deprecated version of actions/cache: v2. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down

Your Github Actions script is using old version of cache action. For instance, this line:

should be

uses: actions/cache@v3

This PR fixes the issue.

-Tuomas

@markrobinsonuzh markrobinsonuzh merged commit ee1204e into markrobinsonuzh:master Mar 11, 2025
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants