We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52e241d + 8479acc commit 86e9297Copy full SHA for 86e9297
1 file changed
.github/workflows/build-test.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v2
32
33
- name: Generate testing matrix
34
- uses: actions/github-script@v4.0.2
+ uses: actions/github-script@v4.1
35
id: generator
36
with:
37
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -58,7 +58,7 @@ jobs:
58
59
steps:
60
- name: Get short node version
61
62
id: short-version
63
64
result-encoding: string
0 commit comments