diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 315363f0..72645d08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: submodules: 'true' - name: Cache deps - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache-deps with: path: ~/.m2/repository @@ -117,7 +117,7 @@ jobs: submodules: 'true' - name: Cache deps - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache-deps with: path: ~/.m2/repository