diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 42916db..20c6b68 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -55,7 +55,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -79,7 +79,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -122,7 +122,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -165,7 +165,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -210,7 +210,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -282,7 +282,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }} @@ -352,7 +352,7 @@ jobs: java-version: 21 distribution: 'temurin' - name: Setup caches - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: cache key: ${{ hashFiles('Exec.java', 'build.properties') }}