Skip to content

Commit

Permalink
Auto merge of #3519 - hamirmahal:fix/usage-of-deprecated-version-of-n…
Browse files Browse the repository at this point in the history
…odejs, r=RalfJung

bump actions/cache to v4

fixes #3518.
  • Loading branch information
bors committed Apr 27, 2024
2 parents 6b787f9 + 565f9a9 commit 6e42830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# over time).
- name: Add cache for cargo
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
# over time).
- name: Add cache for cargo
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.
Expand Down

0 comments on commit 6e42830

Please sign in to comment.