diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 21fd9b1..8bc4172 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 861e5d8..747c44b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 226c5f1..77e70b3 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .node-version cache: npm