Skip to content

Commit

Permalink
Merge pull request #218 from multiversx/updated-workfow-files
Browse files Browse the repository at this point in the history
Updated workflow files
  • Loading branch information
iulianpascalau authored Oct 4, 2024
2 parents 6eb83c0 + d886aa9 commit b06323c
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 @@ -17,7 +17,7 @@ permissions:
jobs:
contracts:
name: Contracts
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.2.0
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@v3.3.1
with:
rust-toolchain: stable
secrets:
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@v3.2.0
uses: multiversx/mx-sc-actions/.github/workflows/reproducible-build.yml@v3.3.1
with:
image_tag: v7.0.0
image_tag: v8.0.1
attach_to_existing_release: true

0 comments on commit b06323c

Please sign in to comment.