From 6ca1087ba3e2a7def5dd71f8090e80af45e30ebd Mon Sep 17 00:00:00 2001 From: teseo Date: Wed, 13 May 2026 14:45:53 -0700 Subject: [PATCH 1/2] update action stuff --- .github/workflows/continuous.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index f594b18..114b2e3 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -23,7 +23,7 @@ jobs: name: Linux steps: - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v6 with: fetch-depth: 10 @@ -37,7 +37,7 @@ jobs: - name: Cache Build id: cache-build - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ${{ env.CACHE_PATH }} key: ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }} @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v6 with: fetch-depth: 10 @@ -93,7 +93,7 @@ jobs: - name: Cache Build id: cache-build - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ${{ env.CACHE_PATH }} key: ${{ runner.os }}-${{ matrix.config }}-${{ matrix.arc }}-cache-${{ github.sha }} @@ -145,7 +145,7 @@ jobs: threading: [TBB] steps: - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v6 with: fetch-depth: 10 @@ -155,7 +155,7 @@ jobs: - name: Cache build id: cache-build - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ${{ env.appdata }}\Mozilla\sccache key: ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }} From abc83f7419d346773343502ecf4e50f6d1c6d592 Mon Sep 17 00:00:00 2001 From: teseo Date: Wed, 13 May 2026 14:49:42 -0700 Subject: [PATCH 2/2] no ninja --- .github/workflows/continuous.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 114b2e3..c085415 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -149,9 +149,6 @@ jobs: with: fetch-depth: 10 - - name: Install Ninja - uses: seanmiddleditch/gha-setup-ninja@master - - name: Cache build id: cache-build