Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand Down Expand Up @@ -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') }}
Expand All @@ -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') }}
Expand Down