Skip to content

Commit

Permalink
Merge pull request #160 from arda-org/dev
Browse files Browse the repository at this point in the history
dev into main
  • Loading branch information
lcswillems authored Jul 1, 2024
2 parents 8a879a5 + d7adbf7 commit fcd2502
Show file tree
Hide file tree
Showing 43 changed files with 2,546 additions and 1,613 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: actions/cache@v4
with:
path: website/.next/cache
key: ${{ runner.os }}-website-cache-${{ hashFiles('website/**') }}
restore-keys: ${{ runner.os }}-website-cache-
key: website-next-cache-${{ hashFiles('website/**') }}
restore-keys: website-next-cache-

- name: Use Node.js & pnpm
uses: ./.github/actions/node-pnpm
Expand Down
2 changes: 1 addition & 1 deletion contracts/blank/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition = "2021"
publish = false

[dependencies.multiversx-sc]
version = "0.45.1"
version = "0.50.5"
Loading

0 comments on commit fcd2502

Please sign in to comment.