diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f8ff05..b9c848f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: working-directory: web steps: - uses: actions/checkout@v6 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "24" cache: npm diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index ad3f6f3..9285b19 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -20,7 +20,7 @@ jobs: with: python-version: "3.12" cache: pip - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "24" cache: npm @@ -47,7 +47,7 @@ jobs: with: python-version: "3.12" cache: pip - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "24" cache: npm diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 77a3c36..cf51f08 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -66,7 +66,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.11" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "24" - name: Install Python project and audit tools