diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 6f452bb44..db7d83fd7 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4.1.7 - - uses: actions/setup-node@v4.0.3 + - uses: actions/setup-node@v4.0.4 with: cache: 'npm' check-latest: true diff --git a/.github/workflows/npm-package.yml b/.github/workflows/npm-package.yml index 20eb76155..eee21a68d 100644 --- a/.github/workflows/npm-package.yml +++ b/.github/workflows/npm-package.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 # npm run prod requires tags, sadly this is the only way to get them. - name: Install Node.js - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: cache: 'npm' check-latest: true @@ -63,7 +63,7 @@ jobs: if: startsWith(github.ref, 'refs/tags') steps: - name: Install Node.js - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: check-latest: true node-version: ${{ inputs.node_version }} diff --git a/.github/workflows/puppeteer.yml b/.github/workflows/puppeteer.yml index 24cd9d4f5..6e78d2085 100644 --- a/.github/workflows/puppeteer.yml +++ b/.github/workflows/puppeteer.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4.1.7 with: fetch-depth: 0 # npm run prod requires tags, sadly this is the only way to get them. - - uses: actions/setup-node@v4.0.3 + - uses: actions/setup-node@v4.0.4 with: cache: 'npm' check-latest: true diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 469c6b77b..cef2fe090 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -37,7 +37,7 @@ jobs: with: fetch-depth: 0 - name: Install Node.js - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: cache: 'npm' check-latest: true