We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d802a8 commit 894a904Copy full SHA for 894a904
1 file changed
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
ORG_GRADLE_PROJECT_gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
38
ORG_GRADLE_PROJECT_gpg_key64: ${{ secrets.GPG_KEY64 }}
39
steps:
40
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v5
41
- uses: actions/setup-java@v5
42
with:
43
java-version: 21
0 commit comments