We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4248524 + 0f02251 commit d02de70Copy full SHA for d02de70
1 file changed
.github/workflows/release.yaml
@@ -35,7 +35,7 @@ jobs:
35
cache: true
36
37
- name: Import GPG key
38
- uses: crazy-max/ghaction-import-gpg@v6
+ uses: crazy-max/ghaction-import-gpg@v7
39
id: import_gpg
40
with:
41
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
@@ -119,7 +119,7 @@ jobs:
119
run: brew install aptly
120
121
122
123
124
125
@@ -158,7 +158,7 @@ jobs:
158
sudo apt-get install -y createrepo-c
159
160
161
162
163
164
0 commit comments