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 1599778 commit 76531f0Copy full SHA for 76531f0
.github/workflows/github-packages-publish.yml
@@ -22,13 +22,13 @@ jobs:
22
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v4.2.2
26
27
- name: Setup GPG TTY
28
run: export GPG_TTY=$(tty)
29
30
- name: Import PGP Private Key
31
- uses: crazy-max/ghaction-import-gpg@v6.1.0
+ uses: crazy-max/ghaction-import-gpg@v6.3.0
32
with:
33
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
34
passphrase: ${{ secrets.GPG_PASSPHRASE }}
@@ -55,7 +55,7 @@ jobs:
55
distribution: "corretto"
56
57
- name: Setup Gradle
58
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions@v4.4.1
59
60
- name: Grant Execution Authority to Gradlew
61
run: chmod +x ./gradlew
0 commit comments