Skip to content

Commit 14527b5

Browse files
build: publish Snapshots on commit
Signed-off-by: Andreas Reichel <[email protected]>
1 parent 3357c82 commit 14527b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout
25+
- uses: actions/checkout@v3
2626
- name: Set up JDK 11
27-
uses: actions/setup-java
27+
uses: actions/setup-java@v3
2828
with:
2929
java-version: '11'
3030
distribution: 'temurin'
3131
- name: Build with Gradle
32-
uses: gradle/gradle-build-action
32+
uses: gradle/gradle-build-action@v2
3333
with:
3434
arguments: build check publish

0 commit comments

Comments
 (0)