From 7b05dea7755119d40f7063c0932798d4c527e0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:33:21 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.2 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.2...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/scala.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index fa420bd..e20ded6 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -6,7 +6,7 @@ jobs: test-and-coverage: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.5 - name: Run cross-version tests run: sbt +test - name: Run coverage @@ -20,6 +20,6 @@ jobs: # lint: # runs-on: ubuntu-latest # steps: -# - uses: actions/checkout@v4.1.2 +# - uses: actions/checkout@v4.1.5 # - name: Formatting # run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck \ No newline at end of file