We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a2495 commit 3f26555Copy full SHA for 3f26555
1 file changed
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v4
15
with:
16
node-version: 14.x
17
cache: yarn
@@ -35,4 +35,4 @@ jobs:
35
# The GH actions bot is used by default if you didn't specify the two fields.
36
# You can swap them out with your own user credentials.
37
user_name: github-actions[bot]
38
- user_email: 41898282+github-actions[bot]@users.noreply.github.com
+ user_email: 41898282+github-actions[bot]@users.noreply.github.com
0 commit comments