Skip to content

Commit

Permalink
usage of latest actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuolteanu committed Dec 4, 2023
1 parent 452cfb0 commit 445a466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v2.3.1
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v2.3.3
with:
rust-toolchain: nightly-2023-05-26
vmtools-version: v1.4.60
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
build:
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v2.3.1
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v2.3.3
with:
image_tag: v5.2.0
image_tag: v5.3.0
attach_to_existing_release: true

0 comments on commit 445a466

Please sign in to comment.