Skip to content

Commit 51a186f

Browse files
authored
Merge pull request #23 from marcopotok/support/1.0.x
Revert "Update deploy action dependencies"
2 parents 33a2591 + 5ea8d55 commit 51a186f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v2
1111
- name: Set up Java for publishing to Maven Central Repository
12-
uses: actions/setup-java@v3
12+
uses: actions/setup-java@v1
1313
with:
1414
java-version: 18
1515
server-id: ossrh

0 commit comments

Comments
 (0)