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 957ca6a commit bcd2ae2Copy full SHA for bcd2ae2
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repo
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
26
27
# run tests
28
- run: yarn install
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
21
- name: Checkout
- name: Install dependencies
run: yarn install
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
0 commit comments