Skip to content

Commit 2cd52dd

Browse files
committed
CI
1 parent 03af342 commit 2cd52dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
publish:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v2.2.0
1010
with:
1111
fetch-depth: 0
1212
- name: Decode GPG Key

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v2.2.0
1717
with:
1818
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
1919
- name: Set up JDK 17

0 commit comments

Comments
 (0)