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 dbc1745 commit 5500ec8Copy full SHA for 5500ec8
.github/workflows/automatic-updates.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
15
- name: Run automation script
16
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
17
id: updt
18
with:
19
result-encoding: string
.github/workflows/build-test.yml
@@ -32,7 +32,7 @@ jobs:
32
escape_json: false
33
34
- name: Generate testing matrix
35
36
id: generator
37
38
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
59
60
steps:
61
- name: Get short node version
62
63
id: short-version
64
65
0 commit comments