We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03af342 commit 2cd52ddCopy full SHA for 2cd52dd
2 files changed
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ jobs:
6
publish:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v2.2.0
10
with:
11
fetch-depth: 0
12
- name: Decode GPG Key
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
release:
14
15
16
- - uses: actions/checkout@v2
17
18
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
19
- name: Set up JDK 17
0 commit comments