Skip to content

Commit f296000

Browse files
authored
Update action (#36131)
* Update import gpg action * Update import gpg action
1 parent ab2db45 commit f296000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_release_candidate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
java-version: '11'
127127
- name: Import GPG key
128128
id: import_gpg
129-
uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549
129+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
130130
with:
131131
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
132132
- name: stage source
@@ -193,7 +193,7 @@ jobs:
193193
disable-cache: true
194194
- name: Import GPG key
195195
id: import_gpg
196-
uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549
196+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
197197
with:
198198
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
199199
- name: Install dependencies
@@ -454,7 +454,7 @@ jobs:
454454
go-version: '1.24'
455455
- name: Import GPG key
456456
id: import_gpg
457-
uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549
457+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
458458
with:
459459
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
460460
- name: Build prism artifacts

0 commit comments

Comments
 (0)