Skip to content

Commit a7a918d

Browse files
authored
Merge pull request #316 from htmlhint/dependabot/github_actions/actions/setup-node-6.0.0
chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0
2 parents 7a7ee70 + 9164f8e commit a7a918d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ updates:
66
interval: monthly
77
labels:
88
- github-actions
9-
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"
13+
open-pull-requests-limit: 2
14+
1015
- package-ecosystem: npm
1116
directory: "/"
1217
schedule:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
persist-credentials: false
1919

20-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
20+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2121
with:
2222
node-version: 22
2323

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
VALIDATE_BIOME_FORMAT: false
3939
VALIDATE_BIOME_LINT: false
4040
VALIDATE_EDITORCONFIG: false
41+
VALUDATE_GITHUB_ACTIONS_ZIZMOR: false
4142
VALIDATE_HTML: false
4243
VALIDATE_HTML_PRETTIER: false
4344
VALIDATE_JSCPD: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Set up Node.js
35-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
35+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3636
with:
3737
node-version: ${{ matrix.node }}
3838
cache: npm

0 commit comments

Comments
 (0)