Skip to content

Commit 965b596

Browse files
committed
Merge branch 'master' into rc
2 parents 2bbb21f + 1ecc94b commit 965b596

File tree

5 files changed

+1263
-1807
lines changed

5 files changed

+1263
-1807
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
1616
- name: Setup Node.js
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v3
1818
with:
1919
node-version: "lts/*"
2020
- name: Install dependencies
2121
run: npm ci
2222
- name: Import GPG key
2323
id: import_gpg
24-
uses: crazy-max/ghaction-import-gpg@v4
24+
uses: crazy-max/ghaction-import-gpg@v5
2525
with:
2626
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2727
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)