Skip to content

Commit e1c3571

Browse files
committed
Updated ci 'actions/cache' from v2 to v4
1 parent b60ba02 commit e1c3571

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_all_steps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Restore shadow build cache
7777
id: restore-shadow-build-cache
78-
uses: actions/cache@v2
78+
uses: actions/cache@v4
7979
with:
8080
path: |
8181
~/opt/shadow
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Restore tor build cache
109109
id: restore-tor-build-cache
110-
uses: actions/cache@v2
110+
uses: actions/cache@v4
111111
with:
112112
path: |
113113
~/opt/tor
@@ -170,7 +170,7 @@ jobs:
170170
171171
- name: Restore net data cache
172172
id: restore-net-data-cache
173-
uses: actions/cache@v2
173+
uses: actions/cache@v4
174174
with:
175175
path: netdata
176176
key: netdata-${{ env.NETDATA_MONTH }}-${{ env.NETDATA_LAST_DAY}}-${{ env.CACHE_VERSION }}

0 commit comments

Comments
 (0)