diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml index 81c7efe35e..124d58ee07 100644 --- a/.github/workflows/master-build.yml +++ b/.github/workflows/master-build.yml @@ -45,7 +45,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' - name: Cache Ivy dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 'src/plugin/**/ivy.xml') }} @@ -68,7 +68,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' - name: Cache Ivy dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 'src/plugin/**/ivy.xml') }} @@ -125,7 +125,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' - name: Cache Ivy dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 'src/plugin/**/ivy.xml') }} @@ -173,7 +173,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' - name: Cache Ivy dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 'src/plugin/**/ivy.xml') }} @@ -206,7 +206,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' - name: Cache Ivy dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 'src/plugin/**/ivy.xml') }} diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 38568d5fce..edcb3cd30e 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -44,7 +44,7 @@ jobs: java-version: '17' distribution: 'temurin' - name: Cache Ivy dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 'src/plugin/**/ivy.xml') }} diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml index 07028c47cc..428b53cd2b 100644 --- a/.github/workflows/yetus.yml +++ b/.github/workflows/yetus.yml @@ -49,7 +49,7 @@ jobs: with: fetch-depth: 0 - name: Cache Ivy dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 'src/plugin/**/ivy.xml') }}