diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3da5e7..f7d862a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: ########################### # Cache # ########################### - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }} @@ -89,7 +89,7 @@ jobs: ########################### # Cache # ########################### - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v3 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} @@ -136,7 +136,7 @@ jobs: ########################### # Cache # ########################### - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v3 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} @@ -183,7 +183,7 @@ jobs: ########################### # Cache # ########################### - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v3 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} @@ -230,7 +230,7 @@ jobs: ########################### # Cache # ########################### - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v3 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}