Skip to content

Commit

Permalink
chore: upgrade nscloud checkout action (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jul 5, 2024
1 parent 632cea0 commit b526a07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
runs-on: namespace-profile-standard-ubuntu22-amd64
steps:
- name: clone code
uses: namespacelabs/nscloud-checkout-action@v2
- run: nsc git-checkout update-submodules --mirror_base_path=${NSC_GIT_MIRROR} --repository_path=${GITHUB_WORKSPACE} --recurse
uses: namespacelabs/nscloud-checkout-action@v4
with:
submodules: recursive
- name: Install Protoc
run: sudo apt-get install -y protobuf-compiler
- run: rustup component add clippy
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
BUILD_PLATFORM: amd64
steps:
- name: clone code
uses: namespacelabs/nscloud-checkout-action@v2
- run: nsc git-checkout update-submodules --mirror_base_path=${NSC_GIT_MIRROR} --repository_path=${GITHUB_WORKSPACE} --recurse
uses: namespacelabs/nscloud-checkout-action@v4
with:
submodules: recursive
- name: Install Protoc
run: sudo apt-get install -y protobuf-compiler
- name: install Rust
Expand Down Expand Up @@ -74,8 +75,9 @@ jobs:
id-token: "write"
steps:
- name: clone code
uses: namespacelabs/nscloud-checkout-action@v2
- run: nsc git-checkout update-submodules --mirror_base_path=${NSC_GIT_MIRROR} --repository_path=${GITHUB_WORKSPACE} --recurse
uses: namespacelabs/nscloud-checkout-action@v4
with:
submodules: recursive
- name: install Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -97,8 +99,9 @@ jobs:
runs-on: namespace-profile-standard-ubuntu22-amd64
steps:
- name: clone code
uses: namespacelabs/nscloud-checkout-action@v2
- run: nsc git-checkout update-submodules --mirror_base_path=${NSC_GIT_MIRROR} --repository_path=${GITHUB_WORKSPACE} --recurse
uses: namespacelabs/nscloud-checkout-action@v4
with:
submodules: recursive
- name: install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit b526a07

Please sign in to comment.