diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b423d5eee..3e9cff510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,12 @@ jobs: distribution: 'temurin' java-version: '11' - name: Cache Coursier - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/coursier key: sbt-coursier-${{ hashFiles('project/*.sbt', 'project/*.scala') }} - name: Cache SBT - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.sbt key: sbt-${{ hashFiles('project/build.properties', 'project/plugins.sbt') }} @@ -49,12 +49,12 @@ jobs: distribution: 'temurin' java-version: '11' - name: Cache Coursier - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/coursier key: sbt-coursier-${{ hashFiles('project/*.sbt', 'project/*.scala') }} - name: Cache SBT - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.sbt key: sbt-${{ hashFiles('project/build.properties', 'project/plugins.sbt') }}