Skip to content

Commit a607199

Browse files
authored
Merge pull request #2881 from Chia-Network/fix/npm-audit-ci-failures
Fix npm audit CI failures and update Actions runtimes
2 parents 8a69053 + 31f29ef commit a607199

3 files changed

Lines changed: 134 additions & 231 deletions

File tree

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout Code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 0
3535

@@ -47,7 +47,7 @@ jobs:
4747
${{ runner.os }}-
4848
4949
- name: Setup Node 24.x
50-
uses: actions/setup-node@v4
50+
uses: actions/setup-node@v6
5151
with:
5252
node-version: "24.x"
5353

0 commit comments

Comments
 (0)