We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7c709 commit 779d961Copy full SHA for 779d961
2 files changed
readme.md
@@ -3,6 +3,7 @@
3
A collection of GitHub actions for Java projects.
4
5
## Setup Java and Update Dependencies
6
+
7
This action will set up the Java SDK and initialize the cache for Maven dependencies. It will then install or update all dependencies.
8
9
### Example
@@ -11,7 +12,7 @@ This action will set up the Java SDK and initialize the cache for Maven dependen
11
12
- name: Checkout source code
13
uses: actions/checkout@v3
14
- - uses: aboutbits/github-actions-java/setup-java-and-update-dependencies@v1
15
+ - uses: aboutbits/github-actions-java/setup-and-update-dependencies@v1
16
```
17
18
## Versioning
…-java-and-update-dependencies/action.yml setup-and-update-dependencies/action.ymlsetup-java-and-update-dependencies/action.yml renamed to setup-and-update-dependencies/action.yml
0 commit comments