Skip to content

Commit

Permalink
chore: bump gh cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jan 6, 2025
1 parent e8ad424 commit a70c1d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Cache build context
id: cache-node
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Cache build context (NodeJS)
id: cache-node
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.npm
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Cache build context (Cargo)
id: cache-cargo
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Cache build context
id: cache-node
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.npm
Expand Down

0 comments on commit a70c1d5

Please sign in to comment.