diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 638c75f..67395f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout current branch (full) - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: coursier/cache-action@v6 with: extraKey: ${{ runner.os }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 18dbf7a..baa6c8f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout current branch (full) - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: coursier/cache-action@v6 with: extraKey: ${{ runner.os }} diff --git a/.scalafmt.conf b/.scalafmt.conf index c2b15b8..5b343a8 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.5 +version = 3.7.12 runner.dialect = scala211 project.git = true align.preset = none