From 658bd6de1125689ed236ddfc6c70585a4931584d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 20:54:11 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.2 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. - [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.4) --- 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..4055ff2 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.4 - 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.4 # - name: Formatting # run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck \ No newline at end of file