jekyll-theme-yat icon indicating copy to clipboard operation
jekyll-theme-yat copied to clipboard

GitHub Actions cache v1 deprecated – Build failing after update

Open NaA-hwang opened this issue 7 months ago β€’ 0 comments

Hello,

I am using this Jekyll theme with GitHub Actions for deployment. Recently, I encountered an issue due to actions/cache@v1 being deprecated.

When I pushed a new commit, the workflow failed with the following error:

Error: This request has been automatically failed because it uses a deprecated version of `actions/cache: v1`. 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

here is the log for this. πŸ”— Link to failed build with previous actions/cache@v1

To resolve this, I tried updating actions/cache@v1 to actions/cache@v3, but the build still failed.

Here is the failed build log for reference:
πŸ”— Link to failed build with updated actions/cache@v3

Would you be able to check if this issue affects the theme’s workflow?

Thank you! 😊

NaA-hwang avatar Mar 04 '25 17:03 NaA-hwang