Skip to content

Commit 4d5554a

Browse files
actions: update cache to v4
Fixes: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. ``` Signed-off-by: Sandro Bonazzola <sandro.bonazzola@gmail.com>
1 parent 2730e20 commit 4d5554a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: ovirt/checkout-action@main
3232

3333
- name: Use cache for maven
34-
uses: actions/cache@v3
34+
uses: actions/cache@v4
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)