We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611449f commit fd42a13Copy full SHA for fd42a13
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
if: startsWith(github.event.head_commit.message, 'Releasing version') != true
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
15
- name: Set up Java
16
uses: actions/setup-java@v1
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
name: Release
runs-on: ubuntu-18.04
with:
fetch-depth: 0
17
0 commit comments