We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7413f commit 0ad7002Copy full SHA for 0ad7002
.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Checkout code
27
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
- name: Set up cache
29
- uses: actions/cache@v4.2.4
+ uses: actions/cache@v4.3.0
30
with:
31
path: ~/.m2/repository
32
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
git config user.email "[email protected]"
36
git config user.name "GitHub Actions"
37
38
39
40
41
0 commit comments