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.
2 parents d6b469b + 8588364 commit ff584c3Copy full SHA for ff584c3
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
21
- name: Setup Node.js
22
uses: actions/setup-node@v2
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
with:
89
fetch-depth: 0
90
0 commit comments