From 76531f018e6ef4ad10b98e824cdb13f2c727643b Mon Sep 17 00:00:00 2001 From: siujamo Date: Tue, 24 Jun 2025 17:15:45 +0800 Subject: [PATCH] ci: upgrade actions plugins --- .github/workflows/github-packages-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-packages-publish.yml b/.github/workflows/github-packages-publish.yml index 4d32dd7..bc0e25e 100644 --- a/.github/workflows/github-packages-publish.yml +++ b/.github/workflows/github-packages-publish.yml @@ -22,13 +22,13 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Setup GPG TTY run: export GPG_TTY=$(tty) - name: Import PGP Private Key - uses: crazy-max/ghaction-import-gpg@v6.1.0 + uses: crazy-max/ghaction-import-gpg@v6.3.0 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} @@ -55,7 +55,7 @@ jobs: distribution: "corretto" - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4 + uses: gradle/actions@v4.4.1 - name: Grant Execution Authority to Gradlew run: chmod +x ./gradlew