Skip to content

Commit

Permalink
Bump Cardinal-Cryptography/github-actions from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [Cardinal-Cryptography/github-actions](https://github.com/cardinal-cryptography/github-actions) from 2 to 3.
- [Commits](Cardinal-Cryptography/github-actions@v2...v3)

---
updated-dependencies:
- dependency-name: Cardinal-Cryptography/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2023
1 parent cc16cc1 commit ca685e7
Show file tree
Hide file tree
Showing 27 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Download test aleph-node artifact
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-liminal-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3
with:
targets: wasm32-unknown-unknown

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3

- name: Build binary and docker image
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_build-production-node-and-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3
with:
targets: wasm32-unknown-unknown

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
retention-days: 7

- name: Install Rust Toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3

- name: Build binary and docker image
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_build-test-node-and-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3
with:
targets: wasm32-unknown-unknown

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_check-code-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nightly Rust Toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3
with:
channel: nightly-2023-01-10
targets: wasm32-unknown-unknown
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_check-excluded-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install rustup and rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3

- name: Read contracts toolchain
id: contracts-toolchain-channel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_check-runtime-determimism.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3
with:
targets: wasm32-unknown-unknown

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3
with:
targets: wasm32-unknown-unknown
components: rust-src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_unit-tests-and-static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust Toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3

- name: Run Linter
uses: actions-rs/cargo@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_update-node-image-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Call action Get ECR image names
id: get-docker-image-names
Expand All @@ -42,7 +42,7 @@ jobs:
# otherwise ECR image would not exist
- name: Check deploy image existence
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v2
uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v3
with:
ecr-image: ${{ steps.get-docker-image-names.outputs.ecr-deploy-image }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-cliain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3

- name: Cargo | Build release binary
run: |
Expand All @@ -47,7 +47,7 @@ jobs:

- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Login to ECR
if: >
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
env.AWS_MAINNET_ACCESS_KEY_ID != '' &&
env.AWS_MAINNET_SECRET_ACCESS_KEY != '' &&
env.CI_DEVNET_S3BUCKET_NAME != ''
uses: Cardinal-Cryptography/github-actions/copy-file-to-s3@v2
uses: Cardinal-Cryptography/github-actions/copy-file-to-s3@v3
with:
source-path: bin/cliain/target/release
source-filename: cliain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v2
uses: Cardinal-Cryptography/github-actions/install-rust-toolchain@v3

- name: rustdoc | Build aleph-client docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contracts-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Install jq
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:

- name: Get Testnet node commit SHA
id: get-testnet-node-commit-sha
uses: Cardinal-Cryptography/github-actions/get-node-system-version@v2
uses: Cardinal-Cryptography/github-actions/get-node-system-version@v3
with:
env: testnet

- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Compare Testnet node SHA version with currently deployed SHA
if: inputs.force != true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly-short-session-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Call action get-ref-properties
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Get fe name
id: get-final-featurenet-name
Expand All @@ -123,7 +123,7 @@ jobs:
# yamllint enable rule:line-length

- name: Create featurenet from scratch
uses: Cardinal-Cryptography/github-actions/create-featurenet@v2
uses: Cardinal-Cryptography/github-actions/create-featurenet@v3
id: create-featurenet
with:
gh-ci-token: ${{ secrets.CI_GH_TOKEN }}
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
# yamllint enable rule:line-length

- name: Delete old featurenet app and data
uses: Cardinal-Cryptography/github-actions/delete-featurenet@v2
uses: Cardinal-Cryptography/github-actions/delete-featurenet@v3
with:
gh-ci-token: ${{ secrets.CI_GH_TOKEN }}
aws-access-key-id: ${{ secrets.AWS_DEVNET_ACCESS_KEY_ID }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Download node production binary from artifacts
uses: actions/download-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-main-or-release-branch-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Download node production binary from artifacts
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:

- name: VALIDATE | Check PR title
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/check-pr-title@v2
uses: Cardinal-Cryptography/github-actions/check-pr-title@v3
with:
pr-title: ${{ github.event.pull_request.title }}
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get branch name and commit SHA
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Get argocd featurenet app name
id: get-argocd-featurenet-app-name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get branch name and commit SHA
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Get argocd featurenet app name
id: get-argocd-featurenet-app-name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# or release branch, see on-main-or-release-branch-commit.yml
- name: Check release candidate docker image existence
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v2
uses: Cardinal-Cryptography/github-actions/check-image-existence-ecr@v3
with:
ecr-image: ${{ steps.get-docker-image-names.outputs.ecr-rc-image }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-foundation-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Push to Aleph-Zero-Foundation
# yamllint disable rule:line-length
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Call action get-ref-properties
id: get-ref-properties
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v2
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v3

- name: Checkout Aleph-Zero-Foundation repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
steps:
- name: LINT | Execute YAML linter
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/yaml-lint@v2
uses: Cardinal-Cryptography/github-actions/yaml-lint@v3
2 changes: 1 addition & 1 deletion .github/workflows/yaml-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
steps:
- name: VALIDATE | Execute github-actions-validator
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/yaml-validate@v2
uses: Cardinal-Cryptography/github-actions/yaml-validate@v3

0 comments on commit ca685e7

Please sign in to comment.