Skip to content

Commit

Permalink
⬆️ bump dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Aug 31, 2024
1 parent ca92187 commit 5008fe1
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 135 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.3.1
uses: GrantBirki/json-yaml-validate@v3.2.1

- name: install toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -27,9 +27,9 @@ jobs:
profile: minimal

- name: Install trunk
uses: jetli/trunk-action@v0.4.0
uses: jetli/trunk-action@v0.5.0
with:
version: "v0.17.5"
version: "v0.20.3"

- name: Build
run: trunk build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gh-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
targets: wasm32-unknown-unknown

- name: Install trunk
uses: jetli/trunk-action@v0.4.0
uses: jetli/trunk-action@v0.5.0
with:
version: "v0.18.3"
version: "v0.20.3"

- name: Build
run: trunk build --release
Expand Down
Loading

0 comments on commit 5008fe1

Please sign in to comment.