Skip to content

Commit 1040cdf

Browse files
revert upgrade actions/cache from v1 to v4
Signed-off-by: Adela Jaworowska-Nowak <[email protected]>
1 parent 0d717d1 commit 1040cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mysql-80.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v6
3636
- uses: ./.github/actions/setup-java
3737
- name: Cache Maven packages
38-
uses: actions/cache@v4
38+
uses: actions/cache@v1
3939
with:
4040
path: ~/.m2
4141
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)