Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 7, 2024
1 parent 6f304dd commit 944cc2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: |
Expand Down

0 comments on commit 944cc2e

Please sign in to comment.