We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2b6c3 commit cebd95dCopy full SHA for cebd95d
.github/workflows/database-tests.yml
@@ -58,7 +58,7 @@ jobs:
58
steps:
59
- uses: actions/checkout@v2
60
- name: Cache Maven packages
61
- uses: actions/cache@v2
+ uses: actions/cache@v4
62
with:
63
path: ~/.m2
64
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments