From 5dd69fa989bc1ae5de7c1392e0db6fbcfc18d4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 08:18:36 +1000 Subject: [PATCH] Bump jetli/wasm-pack-action from 0.3.0 to 0.4.0 (#1231) Bumps [jetli/wasm-pack-action](https://github.com/jetli/wasm-pack-action) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/jetli/wasm-pack-action/releases) - [Commits](https://github.com/jetli/wasm-pack-action/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: jetli/wasm-pack-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/debian_package_kanidm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debian_package_kanidm.yml b/.github/workflows/debian_package_kanidm.yml index 059300a96..161dd1e94 100644 --- a/.github/workflows/debian_package_kanidm.yml +++ b/.github/workflows/debian_package_kanidm.yml @@ -33,7 +33,7 @@ jobs: libsqlite3-dev \ pkg-config \ make - - uses: jetli/wasm-pack-action@v0.3.0 + - uses: jetli/wasm-pack-action@v0.4.0 with: # Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest') version: 'latest'