Skip to content

Commit ea2cd70

Browse files
renovate[bot]MrTelanie
authored andcommitted
chore(deps): update actions/cache action to v4
1 parent 456c87c commit ea2cd70

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/beta.yml

+2-2
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@v3
25+
uses: actions/cache@v4
2626
id: cache
2727
with:
2828
path: |
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout Repo
5252
uses: actions/checkout@v3
5353
- name: cache node_modules
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
id: cache
5656
with:
5757
path: |

.github/workflows/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout Repo
2424
uses: actions/checkout@v3
2525
- name: cache node_modules
26-
uses: actions/cache@v3
26+
uses: actions/cache@v4
2727
id: cache
2828
with:
2929
path: |

.github/workflows/main.yml

+2-2
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@v3
25+
uses: actions/cache@v4
2626
id: cache
2727
with:
2828
path: |
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout Repo
5252
uses: actions/checkout@v3
5353
- name: cache node_modules
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
id: cache
5656
with:
5757
path: |

.github/workflows/sonarcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: cache node_modules
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
id: cache
3434
with:
3535
path: |

0 commit comments

Comments
 (0)