Skip to content

Commit 76531f0

Browse files
committed
ci: upgrade actions plugins
1 parent 1599778 commit 76531f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-packages-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v4.2.2
2626

2727
- name: Setup GPG TTY
2828
run: export GPG_TTY=$(tty)
2929

3030
- name: Import PGP Private Key
31-
uses: crazy-max/ghaction-import-gpg@v6.1.0
31+
uses: crazy-max/ghaction-import-gpg@v6.3.0
3232
with:
3333
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3434
passphrase: ${{ secrets.GPG_PASSPHRASE }}
@@ -55,7 +55,7 @@ jobs:
5555
distribution: "corretto"
5656

5757
- name: Setup Gradle
58-
uses: gradle/actions/setup-gradle@v4
58+
uses: gradle/actions@v4.4.1
5959

6060
- name: Grant Execution Authority to Gradlew
6161
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)