Skip to content

Commit a812b42

Browse files
committed
Merge branch 'main' into cmake-embedding
2 parents 233f84c + 0436a4c commit a812b42

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/continuous.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Linux
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v1
26+
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 10
2929

@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Cache Build
3939
id: cache-build
40-
uses: actions/cache@v2
40+
uses: actions/cache@v5
4141
with:
4242
path: ${{ env.CACHE_PATH }}
4343
key: ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }}
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Checkout repository
85-
uses: actions/checkout@v1
85+
uses: actions/checkout@v6
8686
with:
8787
fetch-depth: 10
8888

@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Cache Build
9595
id: cache-build
96-
uses: actions/cache@v2
96+
uses: actions/cache@v5
9797
with:
9898
path: ${{ env.CACHE_PATH }}
9999
key: ${{ runner.os }}-${{ matrix.config }}-${{ matrix.arc }}-cache-${{ github.sha }}
@@ -145,17 +145,14 @@ jobs:
145145
threading: [TBB]
146146
steps:
147147
- name: Checkout repository
148-
uses: actions/checkout@v1
148+
uses: actions/checkout@v6
149149
with:
150150
fetch-depth: 10
151151

152-
- name: Install Ninja
153-
uses: seanmiddleditch/gha-setup-ninja@master
154-
155152

156153
- name: Cache build
157154
id: cache-build
158-
uses: actions/cache@v2
155+
uses: actions/cache@v5
159156
with:
160157
path: ${{ env.appdata }}\Mozilla\sccache
161158
key: ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }}

0 commit comments

Comments
 (0)