We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bbb21f + 1ecc94b commit 965b596Copy full SHA for 965b596
.github/workflows/release.yml
@@ -10,18 +10,18 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
with:
15
fetch-depth: 0
16
- name: Setup Node.js
17
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
18
19
node-version: "lts/*"
20
- name: Install dependencies
21
run: npm ci
22
- name: Import GPG key
23
id: import_gpg
24
- uses: crazy-max/ghaction-import-gpg@v4
+ uses: crazy-max/ghaction-import-gpg@v5
25
26
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
27
passphrase: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments