Skip to content

Commit 5a7fec2

Browse files
Merge pull request #96 from CodeWithJuber/dependabot/github_actions/actions/setup-node-6.4.0
chore(ci): Bump actions/setup-node from 4 to 6.4.0
2 parents a39e5cb + 58cc316 commit 5a7fec2

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v7
5858
with:
5959
fetch-depth: 0 # full history + tags so "auto" can read commits since the last tag
60-
- uses: actions/setup-node@v6
60+
- uses: actions/setup-node@v6.4.0
6161
with:
6262
node-version: 22
6363
cache: npm

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node: [20, 22]
2323
steps:
2424
- uses: actions/checkout@v7
25-
- uses: actions/setup-node@v6
25+
- uses: actions/setup-node@v6.4.0
2626
with:
2727
node-version: ${{ matrix.node }}
2828
cache: npm

.github/workflows/docs-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v7
2323

2424
- name: Set up Node.js
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6.4.0
2626
with:
2727
node-version: "20"
2828

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v7
4040
with:
4141
fetch-depth: 0 # full history so release notes can diff from the last tag
42-
- uses: actions/setup-node@v6
42+
- uses: actions/setup-node@v6.4.0
4343
with:
4444
node-version: 22
4545
registry-url: "https://registry.npmjs.org"

.github/workflows/reusable-quality-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0 # the docs CHANGELOG check compares src vs CHANGELOG.md commit times
21-
- uses: actions/setup-node@v6
21+
- uses: actions/setup-node@v6.4.0
2222
with:
2323
node-version: 22
2424
cache: npm

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
os: [ubuntu-latest, macos-latest]
3333
steps:
3434
- uses: actions/checkout@v7
35-
- uses: actions/setup-node@v6
35+
- uses: actions/setup-node@v6.4.0
3636
with:
3737
node-version: 22
3838
cache: npm

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v7
3131
- name: Setup Node
32-
uses: actions/setup-node@v6
32+
uses: actions/setup-node@v6.4.0
3333
with:
3434
node-version: 22
3535
- name: Build site

0 commit comments

Comments
 (0)