ci: upgrade actions plugins

This commit is contained in:
siujamo
2025-06-24 17:15:45 +08:00
parent 159977839b
commit 76531f018e
@@ -22,13 +22,13 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4.2.2
- name: Setup GPG TTY - name: Setup GPG TTY
run: export GPG_TTY=$(tty) run: export GPG_TTY=$(tty)
- name: Import PGP Private Key - name: Import PGP Private Key
uses: crazy-max/ghaction-import-gpg@v6.1.0 uses: crazy-max/ghaction-import-gpg@v6.3.0
with: with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }} passphrase: ${{ secrets.GPG_PASSPHRASE }}
@@ -55,7 +55,7 @@ jobs:
distribution: "corretto" distribution: "corretto"
- name: Setup Gradle - name: Setup Gradle
uses: gradle/actions/setup-gradle@v4 uses: gradle/actions@v4.4.1
- name: Grant Execution Authority to Gradlew - name: Grant Execution Authority to Gradlew
run: chmod +x ./gradlew run: chmod +x ./gradlew