jekyll-theme-yat
jekyll-theme-yat copied to clipboard
GitHub Actions cache v1 deprecated β Build failing after update
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! π