We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60ba02 commit e1c3571Copy full SHA for e1c3571
.github/workflows/run_all_steps.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Restore shadow build cache
77
id: restore-shadow-build-cache
78
- uses: actions/cache@v2
+ uses: actions/cache@v4
79
with:
80
path: |
81
~/opt/shadow
@@ -107,7 +107,7 @@ jobs:
107
108
- name: Restore tor build cache
109
id: restore-tor-build-cache
110
111
112
113
~/opt/tor
@@ -170,7 +170,7 @@ jobs:
170
171
- name: Restore net data cache
172
id: restore-net-data-cache
173
174
175
path: netdata
176
key: netdata-${{ env.NETDATA_MONTH }}-${{ env.NETDATA_LAST_DAY}}-${{ env.CACHE_VERSION }}
0 commit comments