1
0
mirror of synced 2026-08-04 06:26:55 +00:00

chore(deps): bump actions/cache from 4 to 5 in the actions group (#1878)

This commit is contained in:
dependabot[bot]
2026-01-28 14:59:28 -08:00
committed by GitHub
parent b5c2160d32
commit 647d8fc034
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Cache Maven packages
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}