Skip to content

Commit fae68f3

Browse files
authored
Upgrade actions/cache from v3.0.11 to v4.0.0
1 parent 49166fe commit fae68f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Cache Build
4949
id: cache-build
50-
uses: actions/cache@v3.0.11
50+
uses: actions/cache@v4.0.0
5151
with:
5252
path: ${{ env.CACHE_PATH }}
5353
key: ${{ runner.os }}-${{ matrix.config }}-cache
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Cache build
9999
id: cache-build
100-
uses: actions/cache@v3.0.11
100+
uses: actions/cache@v4.0.0
101101
with:
102102
path: ${{ env.appdata }}\Mozilla\sccache
103103
key: ${{ runner.os }}-${{ matrix.config }}-cache

0 commit comments

Comments
 (0)