From d789ca7b6abb4486e445dd9156c8f43bec8f10b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:58:05 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.5.0 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.3. - [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...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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..764038d722 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@v3.5.3 - 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@v3.5.3 - name: SBT uses: ./.github/actions/sbt env: