diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8190c78..2127fa0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: Library key: Library-${{ matrix.targetPlatform }} @@ -73,7 +73,7 @@ jobs: with: fetch-depth: 0 lfs: true - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: Library key: Library-${{ matrix.targetPlatform }}