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 cea59ea commit cc25031Copy full SHA for cc25031
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: [ubuntu-latest]
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
19
- run: npm install
20
- run: npm run-script build
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
eask_version: [0.9.5, snapshot]
21
22
23
24
- uses: ./
25
with:
0 commit comments