diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6660c9f..dd53309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,6 @@ jobs: with: java-version: ${{matrix.java}} distribution: temurin - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: coursier/cache-action@d1039466d0812d6370649b9afb02bbf5f646bacf # v6.4.3 - run: sbt -v "+ scalafmtCheckAll" scalafmtSbtCheck "+ test"