Skip to content

Commit 4d2582b

Browse files
committed
Bump jsbt
1 parent 77b5b41 commit 4d2582b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
types: [created]
55
jobs:
66
release-js:
7-
name: "jsbt v0.3.0" # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@973650a225c0344aa5f993a6cd63835a262077e9
7+
name: 'jsbt v0.3.1' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35
99
with:
1010
build-path: test/build
1111
secrets:

.github/workflows/test-js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ on:
44
- pull_request
55
jobs:
66
test-js:
7-
name: "jsbt v0.3.0" # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/test-js.yml@973650a225c0344aa5f993a6cd63835a262077e9
7+
name: 'jsbt v0.3.1' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/test-js.yml@c45f03360e0171b138f04568d2fdd35d7bbc0d35

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"url": "git+https://github.com/paulmillr/micro-packed.git"
5252
},
5353
"devDependencies": {
54-
"@paulmillr/jsbt": "0.3.0",
54+
"@paulmillr/jsbt": "0.3.1",
5555
"fast-check": "3.0.0",
5656
"micro-bmark": "0.3.1",
5757
"micro-should": "0.5.1",

0 commit comments

Comments
 (0)