Skip to content

Commit 779d961

Browse files
committed
rename action
1 parent fa7c709 commit 779d961

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
A collection of GitHub actions for Java projects.
44

55
## Setup Java and Update Dependencies
6+
67
This action will set up the Java SDK and initialize the cache for Maven dependencies. It will then install or update all dependencies.
78

89
### Example
@@ -11,7 +12,7 @@ This action will set up the Java SDK and initialize the cache for Maven dependen
1112
- name: Checkout source code
1213
uses: actions/checkout@v3
1314

14-
- uses: aboutbits/github-actions-java/setup-java-and-update-dependencies@v1
15+
- uses: aboutbits/github-actions-java/setup-and-update-dependencies@v1
1516
```
1617
1718
## Versioning
File renamed without changes.

0 commit comments

Comments
 (0)