Skip to content
Closed
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Cache cargo registry & build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
libpango-1.0-0 libcairo2 libasound2

- name: Cache Playwright browsers
uses: actions/cache@v5
uses: actions/cache@v6
id: playwright-cache
with:
path: ~/.cache/ms-playwright
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
libpango-1.0-0 libcairo2 libasound2

- name: Cache Playwright browsers
uses: actions/cache@v5
uses: actions/cache@v6
id: playwright-cache
with:
path: ~/.cache/ms-playwright
Expand All @@ -345,7 +345,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Cache cargo registry & build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -422,7 +422,7 @@ jobs:
targets: wasm32-unknown-unknown

- name: Cache cargo registry & build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/bin/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/contracts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
components: clippy

- name: Cache cargo artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
targets: wasm32-unknown-unknown

- name: Cache cargo artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/bin/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/contracts-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Cache cargo artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: dtolnay/rust-toolchain@nightly

- name: Cache cargo artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
uses: dtolnay/rust-toolchain@nightly

- name: Cache cargo artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/bin/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
toolchain: stable

- name: Cache dependencies
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5
with:
path: |
~/.cargo/bin/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
components: rustfmt, clippy

- name: Cache cargo registry & build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Cache cargo registry & build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Cache cargo registry & build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/soroban-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
components: rustfmt, clippy

- name: Cache cargo build artifacts
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: |
~/.cargo/registry
Expand Down
Loading