Skip to content

Commit

Permalink
Update github build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Apr 17, 2024
1 parent 1cee982 commit b989aa4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/yew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Restore cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/bin
Expand All @@ -27,7 +27,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install Trunk
uses: jetli/trunk-action@v0.4.0
uses: jetli/trunk-action@v0.5.0
with:
# Optional version of trunk to install(eg. 'v0.16.0', 'latest')
version: "latest"
Expand All @@ -37,9 +37,9 @@ jobs:
- name: Build the Rust WASM app and all of its assets
run: trunk build --public-url ${{ github.event.repository.name }} --release
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3.0.1
with:
path: "./dist"

Expand All @@ -64,4 +64,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action
uses: actions/deploy-pages@v4.0.5

0 comments on commit b989aa4

Please sign in to comment.