Skip to content

Commit c34d30d

Browse files
committed
[CI] Update sonar job to use cache@v4
Updates deprecated Node 16 to 20
1 parent 0d4c1be commit c34d30d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
cache: 'gradle'
124124

125125
- name: Cache SonarCloud packages
126-
uses: actions/cache@v3
126+
uses: actions/cache@v4
127127
with:
128128
path: ~/.sonar/cache
129129
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)