diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index f594b18..c085415 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,17 +145,14 @@ jobs: threading: [TBB] steps: - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v6 with: fetch-depth: 10 - - name: Install Ninja - uses: seanmiddleditch/gha-setup-ninja@master - - 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 }}