From 53f39c0820a8c561a09ea938821625ed8338179c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 03:36:29 +0000 Subject: [PATCH 1/2] Bump word-wrap from 1.2.3 to 1.2.4 Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index f116a2b..02f0e1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6628,9 +6628,9 @@ widest-line@^3.1.0: string-width "^4.0.0" word-wrap@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== + version "1.2.4" + resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f" + integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA== workerpool@6.2.0: version "6.2.0" From 3d40621f1dfa8b8be55670dac3e4090cb8ee8208 Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Tue, 23 Jun 2026 19:26:46 -0500 Subject: [PATCH 2/2] ci: refresh deploy packaging actions --- .github/workflows/pr-deploy-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-deploy-tests.yml b/.github/workflows/pr-deploy-tests.yml index 1018901..1514e5f 100644 --- a/.github/workflows/pr-deploy-tests.yml +++ b/.github/workflows/pr-deploy-tests.yml @@ -36,11 +36,11 @@ jobs: git describe --tags --abbrev=1 && yarn bump "$(git describe --tags --abbrev=1 | cut -c2-)" package.json || echo "No tags yet. Skipping..." node ./bin/hyperdrive - name: Package into node binary - uses: lando/pkg-action@v2 + uses: lando/pkg-action@v6 with: entrypoint: bin/hyperdrive arch: ${{ matrix.arch }} - node-version: node${{ matrix.node-version }} + node-version: ${{ matrix.node-version }} os: ${{ matrix.os }} sign-n-deploy: @@ -99,7 +99,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Download ${{ matrix.key }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ matrix.key }} path: hyperdrive @@ -121,7 +121,7 @@ jobs: chmod +x ${{ steps.code-sign-action.outputs.file }} mv ${{ steps.code-sign-action.outputs.file }} ${{ matrix.result }} - name: Upload snapshot release ${{ matrix.result }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.result }} path: ${{ matrix.result }}