Skip to content

Commit 92a10f9

Browse files
authored
Merge pull request #243 from crazy-max/update-readme
readme: update to v7
2 parents 2dc316d + c2ed8c7 commit 92a10f9

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,9 @@ jobs:
7373
import-gpg:
7474
runs-on: ubuntu-latest
7575
steps:
76-
-
77-
name: Checkout
78-
uses: actions/checkout@v4
7976
-
8077
name: Import GPG key
81-
uses: crazy-max/ghaction-import-gpg@v6
78+
uses: crazy-max/ghaction-import-gpg@v7
8279
with:
8380
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
8481
passphrase: ${{ secrets.PASSPHRASE }}
@@ -102,10 +99,10 @@ jobs:
10299
steps:
103100
-
104101
name: Checkout
105-
uses: actions/checkout@v4
102+
uses: actions/checkout@v6
106103
-
107104
name: Import GPG key
108-
uses: crazy-max/ghaction-import-gpg@v6
105+
uses: crazy-max/ghaction-import-gpg@v7
109106
with:
110107
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
111108
passphrase: ${{ secrets.PASSPHRASE }}
@@ -136,12 +133,9 @@ jobs:
136133
import-gpg:
137134
runs-on: ubuntu-latest
138135
steps:
139-
-
140-
name: Checkout
141-
uses: actions/checkout@v4
142136
-
143137
name: Import GPG key
144-
uses: crazy-max/ghaction-import-gpg@v6
138+
uses: crazy-max/ghaction-import-gpg@v7
145139
with:
146140
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
147141
passphrase: ${{ secrets.PASSPHRASE }}
@@ -187,12 +181,9 @@ jobs:
187181
import-gpg:
188182
runs-on: ubuntu-latest
189183
steps:
190-
-
191-
name: Checkout
192-
uses: actions/checkout@v4
193184
-
194185
name: Import GPG key
195-
uses: crazy-max/ghaction-import-gpg@v6
186+
uses: crazy-max/ghaction-import-gpg@v7
196187
with:
197188
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
198189
passphrase: ${{ secrets.PASSPHRASE }}

0 commit comments

Comments
 (0)