Skip to content

Commit 751dfd1

Browse files
chore(deps): update actions/cache action to v5
1 parent 70e1ed5 commit 751dfd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-kotlin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
java-version: ${{ inputs.java-version }}
8787
cache: 'gradle'
8888
- name: Cache SonarCloud packages
89-
uses: actions/cache@v4
89+
uses: actions/cache@v5
9090
if: ${{ !inputs.skip-sonar }}
9191
with:
9292
path: ~/.sonar/cache

.github/workflows/sonar-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
java-version: ${{ inputs.java-version }}
6666
cache: 'gradle'
6767
- name: Cache SonarCloud packages
68-
uses: actions/cache@v4
68+
uses: actions/cache@v5
6969
with:
7070
path: ~/.sonar/cache
7171
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)