diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 075f40bc9..e9fbaa8b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Cache maven packages - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.3.1 with: path: ~/.m2 key: ${{ runner.os }}-${{ needs.setup.outputs.branch_name }}-style-${{ hashFiles('**/pom.xml') }} @@ -62,7 +62,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Cache maven packages - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.3.1 with: path: ~/.m2 key: ${{ runner.os }}-${{ needs.setup.outputs.branch_name }}-analysis-${{ hashFiles('**/pom.xml') }} @@ -87,7 +87,7 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Cache maven packages - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.3.1 with: path: ~/.m2 key: ${{ runner.os }}-${{ needs.setup.outputs.branch_name }}-m2-${{ hashFiles('**/pom.xml') }} @@ -110,7 +110,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Cache maven packages - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.3.1 with: path: ~/.m2 key: ${{ runner.os }}-${{ needs.setup.outputs.branch_name }}-m2-${{ hashFiles('**/pom.xml') }}