Skip to content

Commit b0089d7

Browse files
Bump jetli/trunk-action from 0.5.0 to 0.5.1
--- updated-dependencies: - dependency-name: jetli/trunk-action dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89612b1 commit b0089d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
toolchain: stable
1717
target: wasm32-unknown-unknown
1818
override: true
19-
- uses: jetli/[email protected].0
19+
- uses: jetli/[email protected].1
2020
with:
2121
# Optional version of trunk to install(eg. 'v0.8.1', 'latest')
2222
version: 'latest'

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
toolchain: stable
2121
target: wasm32-unknown-unknown
2222
override: true
23-
- uses: jetli/[email protected].0
23+
- uses: jetli/[email protected].1
2424
with:
2525
# Optional version of trunk to install(eg. 'v0.8.1', 'latest')
2626
version: 'latest'

0 commit comments

Comments
 (0)