diff --git a/.github/workflows/featurenet-create.yml b/.github/workflows/featurenet-create.yml index 2b01fb1c..a7c55501 100644 --- a/.github/workflows/featurenet-create.yml +++ b/.github/workflows/featurenet-create.yml @@ -48,6 +48,7 @@ on: If not specified, it will be generated from the runtime.' type: string required: false + deprecationMessage: "This input is not supported in aleph-node 15 version" workflow_call: inputs: featurenet-name: diff --git a/.github/workflows/nightly-update-test-testnet-main.yml b/.github/workflows/nightly-update-test-testnet-main.yml index 4245973b..3b8c9a5a 100644 --- a/.github/workflows/nightly-update-test-testnet-main.yml +++ b/.github/workflows/nightly-update-test-testnet-main.yml @@ -33,7 +33,7 @@ jobs: validators: '8' internal: true short-session: false - finality-version: '3' + finality-version: '4' update-featurenet-to-main: needs: [create-featurenet-from-testnet] diff --git a/.github/workflows/weekly-featurenets-short-session-full-sha.yml b/.github/workflows/weekly-featurenets-short-session-full-sha.yml index 0ae89d6a..b46c7a26 100644 --- a/.github/workflows/weekly-featurenets-short-session-full-sha.yml +++ b/.github/workflows/weekly-featurenets-short-session-full-sha.yml @@ -24,7 +24,7 @@ jobs: secrets: inherit with: featurenet-name: 'ops-test-full-hash' - ref: '87ebe7c4856b4f3365ddba55b55089713a96631a' + ref: '0788bc518ffefb7084cb3401149b696f1ba37a2c' expiration: '2h' validators: '5' internal: true diff --git a/.github/workflows/weekly-featurenets-short-session-tag.yml b/.github/workflows/weekly-featurenets-short-session-tag.yml index ac4adf66..9ad407a6 100644 --- a/.github/workflows/weekly-featurenets-short-session-tag.yml +++ b/.github/workflows/weekly-featurenets-short-session-tag.yml @@ -24,7 +24,7 @@ jobs: secrets: inherit with: featurenet-name: 'ops-test-tag' - ref: 'r-13.3' + ref: 'r-14.0.0' expiration: '5h' validators: '7' internal: true