Skip to content

Commit 93ff99d

Browse files
authored
chore(build): update workflows
1 parent 39fe880 commit 93ff99d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/on_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
VERSION: ${{ github.ref_name }}
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Import GPG key
23-
uses: crazy-max/ghaction-import-gpg@v5
23+
uses: crazy-max/ghaction-import-gpg@v6
2424
with:
2525
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2626
passphrase: ${{ secrets.GPG_PASSPHRASE }}
2727

2828
- name: Set up JDK 11
29-
uses: actions/setup-java@v3
29+
uses: actions/setup-java@v4
3030
with:
3131
java-version: '11'
3232
distribution: 'temurin'
@@ -42,10 +42,10 @@ jobs:
4242
VERSION: ${{ github.ref_name }}
4343

4444
steps:
45-
- uses: actions/checkout@v3
45+
- uses: actions/checkout@v4
4646

4747
- name: Set up JDK 11
48-
uses: actions/setup-java@v3
48+
uses: actions/setup-java@v4
4949
with:
5050
java-version: '11'
5151
distribution: 'temurin'

0 commit comments

Comments
 (0)