diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e72db82..0bda3d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '20' cache: 'npm' diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index aa9677a..93003db 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -17,7 +17,7 @@ jobs: python-version: '3.11' - name: Python dependency audit run: pip install pip-audit && pip-audit -r requirements.txt - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: '20' - name: npm audit