Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 5438356

Browse files
author
Achim Schneider
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents cfc45a7 + a0664ab commit 5438356

File tree

16 files changed

+2229
-1666
lines changed

16 files changed

+2229
-1666
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ updates:
77
interval: daily
88
time: '03:00'
99
timezone: Europe/Berlin
10+
open-pull-requests-limit: 10
1011
- package-ecosystem: npm
1112
directory: '/'
1213
schedule:
1314
interval: 'daily'
15+
open-pull-requests-limit: 10
1416
- package-ecosystem: cargo
1517
directory: '/'
1618
schedule:
1719
interval: 'daily'
20+
open-pull-requests-limit: 10
1821
- package-ecosystem: docker
1922
directory: '/'
2023
schedule:
2124
interval: 'daily'
25+
open-pull-requests-limit: 10

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
node-version: 16.x
6363

6464
- name: Install wasm-pack
65-
uses: jetli/wasm-pack-action@v0.3.0
65+
uses: jetli/wasm-pack-action@v0.4.0
6666
with:
6767
version: 'latest'
6868

.github/workflows/wasm_ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
override: true
1717
components: rust-src
1818
- name: Install wasm-pack
19-
uses: jetli/wasm-pack-action@v0.3.0
19+
uses: jetli/wasm-pack-action@v0.4.0
2020
with:
2121
version: 'latest'
2222

0 commit comments

Comments
 (0)