cborg 5.1.2 → 5.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ jobs:
10
10
  runs-on: ${{ matrix.os }}
11
11
  steps:
12
12
  - name: Checkout Repository
13
- uses: actions/checkout@v6
13
+ uses: actions/checkout@v7
14
14
  - name: Use Node.js ${{ matrix.node }}
15
15
  uses: actions/setup-node@v6.4.0
16
16
  with:
@@ -34,7 +34,7 @@ jobs:
34
34
  id-token: write
35
35
  steps:
36
36
  - name: Checkout
37
- uses: actions/checkout@v6
37
+ uses: actions/checkout@v7
38
38
  with:
39
39
  fetch-depth: 0
40
40
  - name: Setup Node.js
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [5.1.3](https://github.com/rvagg/cborg/compare/v5.1.2...v5.1.3) (2026-06-22)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps:** bump actions/checkout from 6 to 7 ([#177](https://github.com/rvagg/cborg/issues/177)) ([a0a959e](https://github.com/rvagg/cborg/commit/a0a959e266c9dce3022571ffef4761d7b7c8e0fa))
6
+
1
7
  ## [5.1.2](https://github.com/rvagg/cborg/compare/v5.1.1...v5.1.2) (2026-06-22)
2
8
 
3
9
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cborg",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "Fast CBOR with a focus on strictness",
5
5
  "main": "cborg.js",
6
6
  "type": "module",