Skip to content

Commit

Permalink
Merge branch 'main' of github.com:NibiruChain/cw-nibiru
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Feb 22, 2024
2 parents 9c9f1e1 + b8bb56a commit aa5a824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Rust caches
uses: actions/cache@v3
uses: actions/cache@v4
id: rust-cache
with:
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
submodules: true
- name: "Set up Rust caches"
uses: actions/cache@v3
uses: actions/cache@v4
id: rust-cache
with:
path: |
Expand All @@ -46,7 +46,7 @@ jobs:
with:
submodules: true
- name: "Set up Rust caches"
uses: actions/cache@v3
uses: actions/cache@v4
id: rust-cache
with:
path: |
Expand All @@ -68,7 +68,7 @@ jobs:
with:
submodules: true
- name: "Set up Rust caches"
uses: actions/cache@v3
uses: actions/cache@v4
id: rust-cache
with:
path: |
Expand Down

0 comments on commit aa5a824

Please sign in to comment.