Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit f370a47

Browse files
authored
Merge pull request #30 from GrabarzUndPartner/renovate/actions-cache-3.x
chore(deps): update actions/cache action to v3
2 parents f3c3076 + 751b001 commit f370a47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout Repo
2323
uses: actions/checkout@v3
2424
- name: cache node_modules
25-
uses: actions/cache@v2
25+
uses: actions/cache@v3
2626
id: cache
2727
with:
2828
path: |
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout Repo
7474
uses: actions/checkout@v3
7575
- name: cache node_modules
76-
uses: actions/cache@v2
76+
uses: actions/cache@v3
7777
id: cache
7878
with:
7979
path: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: cache node_modules
25-
uses: actions/cache@v2
25+
uses: actions/cache@v3
2626
id: cache
2727
with:
2828
path: |

0 commit comments

Comments
 (0)