Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 6b549f9

Browse files
chore(deps): update actions/cache action to v5
1 parent 22b6138 commit 6b549f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2626

2727
- name: Using Caches
28-
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
28+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2929
with:
3030
path: ~/.gradle/caches
3131
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1414

1515
- name: Using Caches
16-
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
16+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
1717
with:
1818
path: ~/.gradle/caches
1919
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1515

1616
- name: Using Caches
17-
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3.5.0
17+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
1818
with:
1919
path: ~/.gradle/caches
2020
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}

0 commit comments

Comments
 (0)