diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1d5bbfa6c0..2fbacb37d2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,7 +45,7 @@ jobs: go-version: '>=1.17' - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 continue-on-error: true with: version: latest diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0d06e38620..7068c101c3 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -29,7 +29,7 @@ jobs: with: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 with: package-dir: bindings/py env: @@ -106,7 +106,7 @@ jobs: path: bindings/py/src/minify - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 with: package-dir: bindings/py env: @@ -188,7 +188,7 @@ jobs: # go-version: '>=1.17' - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 with: package-dir: bindings/py env: diff --git a/bindings/js/package-lock.json b/bindings/js/package-lock.json index defcb259bf..fc82688b7f 100644 --- a/bindings/js/package-lock.json +++ b/bindings/js/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "node-gyp": "^10.0.1", - "node-gyp-build": "^4.7.1" + "node-gyp-build": "^4.8.0" }, "devDependencies": { "node-api-headers": "^1.1.0" diff --git a/bindings/js/package.json b/bindings/js/package.json index d76888b13d..b021f0f950 100644 --- a/bindings/js/package.json +++ b/bindings/js/package.json @@ -48,7 +48,7 @@ ], "dependencies": { "node-gyp": "^10.0.1", - "node-gyp-build": "^4.7.1" + "node-gyp-build": "^4.8.0" }, "devDependencies": { "node-api-headers": "^1.1.0"