Skip to content

Commit

Permalink
Merge pull request #1469 from GrabarzUndPartner/renovate/actions-cach…
Browse files Browse the repository at this point in the history
…e-4.x

chore(deps): update actions/cache action to v4
  • Loading branch information
ThornWalli committed May 4, 2024
2 parents 14b4413 + db9342c commit 460c12d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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: node_modules
Expand Down Expand Up @@ -76,7 +76,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: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit 460c12d

Please sign in to comment.