From e8107c6dd8de045764d92bfdd8351d70b792b897 Mon Sep 17 00:00:00 2001 From: Zachary Ferguson Date: Wed, 21 May 2025 18:20:54 -0400 Subject: [PATCH] Update continuous.yml --- .github/workflows/continuous.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index a5bda08..c8e955d 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -29,7 +29,7 @@ jobs: name: Linux steps: - name: Checkout repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: fetch-depth: 10 @@ -48,7 +48,7 @@ jobs: - name: Cache Build id: cache-build - uses: actions/cache@v3.0.11 + uses: actions/cache@v4 with: path: ${{ env.CACHE_PATH }} key: ${{ runner.os }}-${{ matrix.config }}-cache @@ -96,7 +96,7 @@ jobs: config: [Debug, Release] steps: - name: Checkout repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: fetch-depth: 10 @@ -109,7 +109,7 @@ jobs: - name: Cache build id: cache-build - uses: actions/cache@v3.0.11 + uses: actions/cache@v4 with: path: ${{ env.appdata }}\Mozilla\sccache key: ${{ runner.os }}-${{ matrix.config }}-cache-${{ github.sha }}