Skip to content

Commit 480bad3

Browse files
committed
Fix typo in GitHub workflows: "cahce" -> "cache"
1 parent f53b65b commit 480bad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-package: jdk
2121
architecture: x64
2222
distribution: temurin
23-
cahce: maven
23+
cache: maven
2424

2525
- name: Run tests
2626
run: mvn clean verify -Pall-tests

.github/workflows/ktlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
java-package: jdk
2020
architecture: x64
2121
distribution: temurin
22-
cahce: maven
22+
cache: maven
2323

2424
- name: Run ktlint Check
2525
run: mvn ktlint:check

0 commit comments

Comments
 (0)