diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 98ff4e1..3f83e07 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -34,7 +34,7 @@ jobs: # Setup Node.js using the version specified in `.node-version`. - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7023d4..574517f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index badeb28..00be788 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index ed82f1e..d9ff0d7 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -34,7 +34,7 @@ jobs: # Setup Node.js using the version specified in `.node-version`. - name: Setup Node.js id: setup-node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .node-version cache: npm