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 562f678 commit 89f27e6Copy full SHA for 89f27e6
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
name: build task
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- uses: actions/setup-node@v3
20
with:
@@ -41,7 +41,7 @@ jobs:
41
name: linting
42
43
44
45
46
47
.github/workflows/release.yml
runs-on: ubuntu-latest
0 commit comments