Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Check changelog
Expand All @@ -63,7 +63,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -480,7 +480,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down Expand Up @@ -597,7 +597,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Checkout ledger-namada
run: |
echo "Using Namada Ledger App version: v${LEDGER_APP_VERSION}"
Expand Down Expand Up @@ -642,7 +642,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: exit 1
- uses: cargo-bins/cargo-binstall@main
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 50
- name: Find branch point of the PR
Expand All @@ -41,7 +41,7 @@ jobs:
[[ -z BRANCH_POINT ]] && echo "No branch point" && exit 1
echo "REF=$BRANCH_POINT" >> $GITHUB_OUTPUT
- name: Checkout libs maintenance branch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: ${{ env.MAINT_LIBS_BRANCH }}
- name: Copy the current folder to be the baseline for semver-checks
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
timeout-minutes: 20
steps:
- name: checkout_repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: install_rust
uses: dtolnay/rust-toolchain@stable
- name: install_cargo_msrv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
image: ghcr.io/heliaxdev/namada-ci:wasm-v2.0.0
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- run: |
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- run: |
Expand Down