diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f948a3..ece63c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - shell: bash name: install sbt run: curl -Ls https://raw.githubusercontent.com/dwijnand/sbt-extras/aff36a23f7213d94189aabfcc47a32b11f3a6fba/sbt > ./sbt && chmod 0755 ./sbt - - uses: coursier/cache-action@v6 + - uses: coursier/cache-action@v7 - run: git config core.whitespace tab-in-indent,trailing-space,space-before-tab,cr-at-eol - run: git show --oneline --check - run: |