Skip to content

Commit 600edea

Browse files
committed
Merge branch 'master' of github.com:tdewolff/minify
2 parents 7839864 + 13592a6 commit 600edea

File tree

4 files changed

+57
-14
lines changed

4 files changed

+57
-14
lines changed

‎.github/workflows/go.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version: '>=1.17'
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v7
31+
uses: golangci/golangci-lint-action@v8
3232
continue-on-error: true
3333
with:
3434
version: latest

‎.github/workflows/python.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
platforms: arm64
3030
- name: Build wheels
31-
uses: pypa/cibuildwheel@v2.23.1
31+
uses: pypa/cibuildwheel@v3.0.1
3232
with:
3333
package-dir: bindings/py
3434
env:
@@ -68,7 +68,7 @@ jobs:
6868
set CGO_ENABLED=1
6969
make -C bindings/py compile
7070
- name: Build wheels
71-
uses: pypa/cibuildwheel@v2.23.1
71+
uses: pypa/cibuildwheel@v3.0.1
7272
with:
7373
package-dir: bindings/py
7474
env:
@@ -103,7 +103,7 @@ jobs:
103103
export MACOSX_DEPLOYMENT_TARGET=10.9
104104
make -C bindings/py compile
105105
- name: Build wheels
106-
uses: pypa/cibuildwheel@v2.23.1
106+
uses: pypa/cibuildwheel@v3.0.1
107107
with:
108108
package-dir: bindings/py
109109
env:
@@ -152,7 +152,7 @@ jobs:
152152
mkdir dist
153153
mv artifacts/*/* dist/
154154
- name: Upload to GitHub Release
155-
uses: softprops/action-gh-release@v2.2.1
155+
uses: softprops/action-gh-release@v2.3.2
156156
with:
157157
files: bindings/py/dist/*
158158
- name: Publish to PyPI

‎bindings/js/package-lock.json‎

Lines changed: 51 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bindings/js/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"go"
4848
],
4949
"dependencies": {
50-
"node-gyp": "^11.1.0",
50+
"node-gyp": "^11.2.0",
5151
"node-gyp-build": "^4.8.4"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)