Skip to content

Commit 69920e1

Browse files
authored
Update actions/cache version to v4
1 parent fae68f3 commit 69920e1

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@v4.0.0
50+
uses: actions/cache@v4
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@v4.0.0
100+
uses: actions/cache@v4
101101
with:
102102
path: ${{ env.appdata }}\Mozilla\sccache
103103
key: ${{ runner.os }}-${{ matrix.config }}-cache

0 commit comments

Comments
 (0)