-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adb83a5
commit 05ea916
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
with: | ||
swap-size-gb: 8 | ||
- name: Fetch latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Build testnets | ||
id: build-testnets | ||
if: ${{ startsWith(github.ref, 'refs/tags/pango') && (matrix.artifact.type == 'testnets') }} | ||
|
@@ -99,7 +99,7 @@ jobs: | |
- pangoro | ||
steps: | ||
- name: Fetch latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Install deps | ||
env: | ||
GOMPLATE_VERSION: v3.11.4 | ||
|
@@ -146,7 +146,7 @@ jobs: | |
needs: [build-package] | ||
steps: | ||
- name: Fetch latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Download artifact | ||
uses: actions/download-artifact@v3 | ||
with: | ||
|
@@ -188,7 +188,7 @@ jobs: | |
needs: [build-package, build-runtimes, build-docker-image] | ||
steps: | ||
- name: Fetch latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Download artifact | ||
uses: actions/download-artifact@v2 | ||
with: | ||
|
@@ -269,7 +269,7 @@ jobs: | |
needs: [release] | ||
steps: | ||
- name: Fetch latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Tag | ||
uses: olegtarasov/[email protected] | ||
- name: Deploy testnets tracing node | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
with: | ||
swap-size-gb: 8 | ||
- name: Fetch latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Build package | ||
uses: ./.github/actions/build | ||
|
@@ -57,7 +57,7 @@ jobs: | |
needs: [build-package] | ||
steps: | ||
- name: Fetch latest code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Sha | ||
uses: benjlevesque/[email protected] | ||
- name: Docker login | ||
|