diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd928a2..17fced0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,7 +78,7 @@ jobs: lfs: true - name: Cache files - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ env.PROJECT_PATH }}/Library key: Library-${{ env.PROJECT_PATH }}-${{ matrix.targetPlatform }} diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index a11b110..8b8924d 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -41,7 +41,7 @@ jobs: lfs: true - name: Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ env.PROJECT_PATH }}/Library key: Library-${{ env.PROJECT_PATH }} @@ -101,7 +101,7 @@ jobs: lfs: true - name: Cache files - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ env.PROJECT_PATH }}/Library key: Library-${{ env.PROJECT_PATH }}-${{ matrix.targetPlatform }}