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 09d5fc7 commit 60d8519Copy full SHA for 60d8519
.github/workflows/check-markdown-task.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: actions/checkout@v5
78
79
- name: Setup Node.js
80
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
81
with:
82
node-version: ${{ env.NODE_VERSION }}
83
@@ -110,7 +110,7 @@ jobs:
110
go-version: ${{ env.GO_VERSION }}
111
112
113
114
115
116
.github/workflows/check-prettier-formatting-task.yml
@@ -243,7 +243,7 @@ jobs:
243
244
245
246
247
248
249
0 commit comments