Skip to content

Commit

Permalink
Merge pull request #1813 from multiversx/merge-rc-54
Browse files Browse the repository at this point in the history
Merge master -> rc/v0.54
  • Loading branch information
andrei-marinica authored Oct 8, 2024
2 parents 06fc066 + 4c1cf94 commit a52e46a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
contracts:
name: Contracts (nightly)
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.0
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1
with:
rust-toolchain: nightly-2024-05-22
path-to-sc-meta: framework/meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.0
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1
with:
rust-toolchain: stable
path-to-sc-meta: framework/meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lldb-formatter-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: robinraju/release-downloader@v1.5
with:
repository: vadimcn/vscode-lldb
latest: true
tag: v1.10.0
fileName: codelldb-x86_64-linux.vsix

- name: Setup vscode-lldb
Expand Down

0 comments on commit a52e46a

Please sign in to comment.