diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93b4830a87..e72be22143 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,13 +16,13 @@ jobs: shell: bash run: echo "::set-output name=date::$(/bin/date -u "+%Y-%m")" - name: Cache Maven dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.m2/repository # The cache key is changed every month to prevent unlimited growth. key: maven-cache-${{ steps.cache-key.outputs.date }} - name: Cache Yarn dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/yarn # The cache key is changed every month to prevent unlimited growth.