From 90713333144c3e6aecd4fb6fc787833932ee7a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:34:59 +0000 Subject: [PATCH] chore(deps): bump jetli/trunk-action from 0.4.0 to 0.5.0 Bumps [jetli/trunk-action](https://github.com/jetli/trunk-action) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/jetli/trunk-action/releases) - [Commits](https://github.com/jetli/trunk-action/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: jetli/trunk-action 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 14e7df7e..0b2d92dd 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.0 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.0 with: version: 'latest'