Skip to content

Commit ff46660

Browse files
committed
fix(ci): update actions/cache to v4 to prevent deprecation issues
This commit updates the GitHub Actions workflow to use `actions/cache@v4` instead of the deprecated `actions/cache@v2`. Failure was caused by GitHub's deprecation of v1/v2, effective December 5, 2024. See: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-break
1 parent b588d42 commit ff46660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/voter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: 'gradle'
3434

3535
- name: Cache SonarCloud packages
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/.sonar/cache
3939
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)