This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new ed880b8b52 Bump actions/cache from 3 to 4.
ed880b8b52 is described below
commit ed880b8b52ed8a8eff00b42fabb55c9df7ea48b3
Author: James Bognar <[email protected]>
AuthorDate: Mon Oct 13 16:44:54 2025 -0400
Bump actions/cache from 3 to 4.
---
.github/workflows/sonarcloud.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 7d2de72055..791eb7f4ad 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -39,14 +39,14 @@ jobs:
java-version: '17'
- name: Cache SonarQube packages
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache Maven dependencies
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}