Skip to content

Commit f63a992

Browse files
authored
Bump up actions/cache to v4 (#735)
1 parent 7e200bb commit f63a992

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
sed -i "/<\/sourceDirectories>/i <sourceDirectory>scenarios\/""${{ inputs.test_case }}""<\/sourceDirectory>" test/plugin/pom.xml
4040
echo "::endgroup::"
4141
- name: Cache local Maven repository
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/.m2/repository
4545
key: ${{ runner.os }}-maven-agent-test-${{ hashFiles('**/pom.xml') }}

.github/actions/run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
docker load -i test-containers/skywalking-agent-test-tomcat-1.0.0.tgz
4343
fi
4444
- name: Cache local Maven repository
45-
uses: actions/cache@v2
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/.m2/repository
4848
key: ${{ runner.os }}-maven-agent-test-run-${{ hashFiles('**/pom.xml') }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
submodules: true
5959
- name: Cache local Maven repository
60-
uses: actions/cache@v2
60+
uses: actions/cache@v4
6161
with:
6262
path: ~/.m2/repository
6363
key: ${{ runner.os }}-maven-ci-${{ hashFiles('**/pom.xml') }}

.github/workflows/publish-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
submodules: true
3838
- name: Cache local Maven repository
39-
uses: actions/cache@v2
39+
uses: actions/cache@v4
4040
with:
4141
path: ~/.m2/repository
4242
key: ${{ runner.os }}-maven-publish-docker-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)