From ea2016377894d006781895626cb66e9aeedaca7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:05:14 +0000 Subject: [PATCH] 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/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c4f39e0..2d4e452 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: toolchain: stable target: wasm32-unknown-unknown override: true - - uses: jetli/trunk-action@v0.4.0 + - uses: jetli/trunk-action@v0.5.0 with: # Optional version of trunk to install(eg. 'v0.8.1', 'latest') version: 'latest' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 68aeb5d..4b985ab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: toolchain: stable target: wasm32-unknown-unknown override: true - - uses: jetli/trunk-action@v0.4.0 + - uses: jetli/trunk-action@v0.5.0 with: # Optional version of trunk to install(eg. 'v0.8.1', 'latest') version: 'latest'