Skip to content

Commit da17d9d

Browse files
authored
Merge pull request #112 from multiversx/workflow-update
workflow update
2 parents 408c5e1 + 64f43fd commit da17d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on_pull_request_build_contracts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
build:
1111
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
1212
with:
13-
image_tag: v7.0.0
13+
image_tag: v8.0.1
1414
package_whole_project_src: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
build:
1212
uses: multiversx/mx-sc-actions/.github/workflows/[email protected]
1313
with:
14-
image_tag: v7.0.0
14+
image_tag: v8.0.1
1515
attach_to_existing_release: true
1616
package_whole_project_src: true

0 commit comments

Comments
 (0)