From 2b7856823e7e316dc96ccb0dda5ffdcbf2db3ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 23:38:27 +0900 Subject: [PATCH] Bump jetli/trunk-action from 0.2.0 to 0.4.0 (#3106) Bumps [jetli/trunk-action](https://github.com/jetli/trunk-action) from 0.2.0 to 0.4.0. - [Release notes](https://github.com/jetli/trunk-action/releases) - [Commits](https://github.com/jetli/trunk-action/compare/v0.2.0...v0.4.0) --- updated-dependencies: - dependency-name: jetli/trunk-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-examples.yml | 2 +- .github/workflows/size-cmp.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-examples.yml b/.github/workflows/publish-examples.yml index c8c2a74fe..6637eb965 100644 --- a/.github/workflows/publish-examples.yml +++ b/.github/workflows/publish-examples.yml @@ -26,7 +26,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - - uses: jetli/trunk-action@v0.2.0 + - uses: jetli/trunk-action@v0.4.0 with: version: 'latest' diff --git a/.github/workflows/size-cmp.yml b/.github/workflows/size-cmp.yml index 42eeadef9..fb935523a 100644 --- a/.github/workflows/size-cmp.yml +++ b/.github/workflows/size-cmp.yml @@ -49,7 +49,7 @@ jobs: key: pr - name: Setup Trunk - uses: jetli/trunk-action@v0.2.0 + uses: jetli/trunk-action@v0.4.0 with: version: 'latest'