From b8e1cbe087bc2be6efa2ade88cd3f9204bae63c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:27:33 +0000 Subject: [PATCH] chore(deps): bump jetli/trunk-action from 0.4.0 to 0.5.1 Bumps [jetli/trunk-action](https://github.com/jetli/trunk-action) from 0.4.0 to 0.5.1. - [Release notes](https://github.com/jetli/trunk-action/releases) - [Commits](https://github.com/jetli/trunk-action/compare/v0.4.0...v0.5.1) --- updated-dependencies: - dependency-name: jetli/trunk-action dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee0c204c..2315eb6b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,7 +51,7 @@ jobs: run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: Setup trunk - uses: jetli/trunk-action@v0.4.0 + uses: jetli/trunk-action@v0.5.1 with: version: 'latest' @@ -177,7 +177,7 @@ jobs: run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: Setup trunk - uses: jetli/trunk-action@v0.4.0 + uses: jetli/trunk-action@v0.5.1 with: version: 'latest'