From 08e619190a2d4a13f5654f326f740dde702d9d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:25:02 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.5.0 to 4.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 4.0.0. - [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/v3.5.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3105f75435..b14db5b13b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: matrix: node-version: [16.20.0] steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v4.0.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.6.0 with: @@ -57,7 +57,7 @@ jobs: --health-timeout 5s --health-retries 10 steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v4.0.0 - name: SBT uses: ./.github/actions/sbt env: