diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e26ff4e0d..551ced9f7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: distribution: 'adopt' java-version: '15' - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -36,7 +36,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }} @@ -92,7 +92,7 @@ jobs: distribution: 'adopt' java-version: '15' - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -101,7 +101,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }} @@ -157,7 +157,7 @@ jobs: distribution: 'adopt' java-version: '15' - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -166,7 +166,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }} @@ -216,7 +216,7 @@ jobs: distribution: 'adopt' java-version: '15' - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -225,7 +225,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }} @@ -281,7 +281,7 @@ jobs: java-version: '15' - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -290,7 +290,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }} @@ -346,7 +346,7 @@ jobs: run: docker-compose up -d - name: Cache ivy2 - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.ivy2/cache key: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} @@ -355,7 +355,7 @@ jobs: ${{ runner.os }}-ivy2-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }} - name: Cache SBT - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.2.1 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/project/plugins.sbt') }}