From 28a385240073abe68517d56d18b442d55b16ebe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:16:53 +1200 Subject: [PATCH 1/2] chore(deps): bump actions/checkout from 4 to 5 (#158) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 1dfe841..32ada9f 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v4.2.0 with: @@ -29,7 +29,7 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup Node.js From 3599d617113e9e1ea010f998aaf139e606b63534 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Aug 2025 11:18:25 +0000 Subject: [PATCH 2/2] chore(release): 6.1.2 [skip ci] ## [6.1.2](https://github.com/rvagg/bl/compare/v6.1.1...v6.1.2) (2025-08-12) ### Trivial Changes * **deps:** bump actions/checkout from 4 to 5 ([#158](https://github.com/rvagg/bl/issues/158)) ([28a3852](https://github.com/rvagg/bl/commit/28a385240073abe68517d56d18b442d55b16ebe9)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5eb5bf..fb61dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.1.2](https://github.com/rvagg/bl/compare/v6.1.1...v6.1.2) (2025-08-12) + +### Trivial Changes + +* **deps:** bump actions/checkout from 4 to 5 ([#158](https://github.com/rvagg/bl/issues/158)) ([28a3852](https://github.com/rvagg/bl/commit/28a385240073abe68517d56d18b442d55b16ebe9)) + ## [6.1.1](https://github.com/rvagg/bl/compare/v6.1.0...v6.1.1) (2025-08-01) ### Trivial Changes diff --git a/package.json b/package.json index 2b49598..5e00b74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bl", - "version": "6.1.1", + "version": "6.1.2", "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", "license": "MIT", "main": "bl.js",