Skip to content

Commit a9acf32

Browse files
authored
Update continuous.yml (#7)
1 parent 5113d41 commit a9acf32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Linux
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v3.5.3
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 10
3535

@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Cache Build
5050
id: cache-build
51-
uses: actions/cache@v3.0.11
51+
uses: actions/cache@v4
5252
with:
5353
path: ${{ env.CACHE_PATH }}
5454
key: ${{ runner.os }}-${{ matrix.config }}-cache
@@ -96,7 +96,7 @@ jobs:
9696
config: [Debug, Release]
9797
steps:
9898
- name: Checkout repository
99-
uses: actions/checkout@v3.5.3
99+
uses: actions/checkout@v4
100100
with:
101101
fetch-depth: 10
102102

@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Cache build
111111
id: cache-build
112-
uses: actions/cache@v3.0.11
112+
uses: actions/cache@v4
113113
with:
114114
path: ${{ env.appdata }}\Mozilla\sccache
115115
key: ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }}

0 commit comments

Comments
 (0)