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 f454552 commit 1016175Copy full SHA for 1016175
.github/workflows/check-dist.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v3.2.0
+ uses: actions/checkout@v4.1.0
26
27
- name: Setup Node.js
28
uses: actions/[email protected]
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
16
17
18
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
- name: Execute test run
36
uses: ./
0 commit comments