Skip to content

Commit 0283e18

Browse files
ci: bump actions/cache (#583)
# Motivation In CIs, we need to bump `actions/cache` to v4, since v2 will be deprecated soon. > Annotations > 1 warning > [e2e](https://github.com/dfinity/gix-components/actions/runs/13272676338/job/37055563318) > Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or 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 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1cb79db commit 0283e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
echo "google-chrome --version"
121121
google-chrome --version
122122
- name: Cache and restore samples
123-
uses: actions/cache@v2
123+
uses: actions/cache@v4
124124
id: samples
125125
with:
126126
path: ./samples/

0 commit comments

Comments
 (0)