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 49166fe commit fae68f3Copy full SHA for fae68f3
.github/workflows/continuous.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Cache Build
49
id: cache-build
50
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v4.0.0
51
with:
52
path: ${{ env.CACHE_PATH }}
53
key: ${{ runner.os }}-${{ matrix.config }}-cache
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Cache build
99
100
101
102
path: ${{ env.appdata }}\Mozilla\sccache
103
0 commit comments