Skip to content

Commit 57517be

Browse files
committed
update workflow to use renamed action
1 parent 19dc1c3 commit 57517be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

21-
- uses: aboutbits/github-actions-java/setup-and-update-dependencies@v1
21+
- uses: aboutbits/github-actions-java/setup-and-install@v1
2222

2323
- name: Set Version
2424
run: sed -i 's/<version>BUILD-SNAPSHOT<\/version>/<version>${{ github.event.inputs.version }}<\/version>/g' pom.xml

0 commit comments

Comments
 (0)