Skip to content

Commit

Permalink
Merge pull request #55 from CherryNetwork/mainnet-upgrade-to-v0.9.37
Browse files Browse the repository at this point in the history
Mainnet upgrade to v0.9.37
  • Loading branch information
zycon91 authored Dec 10, 2023
2 parents 28ad51c + 323ea36 commit a4eb48e
Show file tree
Hide file tree
Showing 210 changed files with 6,519 additions and 5,063 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ updates:
interval: "daily"
- package-ecosystem: github-actions
directory: '/'
labels: ["A2-insubstantial", "B0-silent", "C1-low 📌", "E3-dependencies"]
labels: ["A2-insubstantial", "B0-silent", "C1-low 📌", "E2-dependencies"]
schedule:
interval: daily
2 changes: 1 addition & 1 deletion .github/workflows/release-10_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
repo-token: "${{ secrets.RELEASE_BRANCH_TOKEN }}"
tag: ${{ steps.compute_tag.outputs.new_tag }}
- id: create-issue
uses: JasonEtco/create-an-issue@9e6213aec58987fa7d2f4deb8b256b99e63107a2 # v2.6.0
uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd # v2.9.1
# Only create the issue if it's the first release candidate
if: steps.compute_tag.outputs.first_rc == 'true'
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-30_publish-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
- name: Build ${{ matrix.runtime }} runtime
id: srtool_build
uses: chevdor/srtool-actions@v0.5.0
uses: chevdor/srtool-actions@v0.6.0
with:
# This is the default with chevdor/[email protected]+ but we make it clear
image: paritytech/srtool
chain: ${{ matrix.runtime }}

Expand Down
Loading

0 comments on commit a4eb48e

Please sign in to comment.