We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a62e4 commit cffcb2dCopy full SHA for cffcb2d
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
sudo apt-get update
92
sudo apt-get install -y aptly ca-certificates createrepo-c rsync
93
- name: Import GPG key
94
- uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6
+ uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
95
id: gpg
96
with:
97
gpg_private_key: ${{ secrets.MAVEN_GPG_KEY }}
0 commit comments