Skip to content

Commit 647d8fc

Browse files
chore(deps): bump actions/cache from 4 to 5 in the actions group (#1878)
1 parent b5c2160 commit 647d8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: Cache Maven packages
18-
uses: actions/cache@v4
18+
uses: actions/cache@v5
1919
with:
2020
path: ~/.m2
2121
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)