Skip to content

Commit c1c11bb

Browse files
Bryan Clarkkonradpabjan
andauthored
Examples use v1 instead of master
Co-Authored-By: Konrad Pabjan <konradpabjan@github.com>
1 parent d5150a6 commit c1c11bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v1
6868
- name: Set up JDK 1.8
69-
uses: actions/setup-java@master
69+
uses: actions/setup-java@v1
7070
with:
7171
java-version: 1.8
7272
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
@@ -77,7 +77,7 @@ jobs:
7777
- name: Publish to GitHub Packages Apache Maven
7878
run: mvn deploy
7979
- name: Set up Apache Maven Central
80-
uses: actions/setup-java@master
80+
uses: actions/setup-java@v1
8181
with: # running setup-java again overwrites the settings.xml
8282
java-version: 1.8
8383
server-id: maven

0 commit comments

Comments
 (0)