From cce4ae57d41d9be6a4e56839b311a80c86289a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:08:46 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 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/v3...v4) --- 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7952f9d..558f18f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: volta-cli/action@v4 - name: install dependencies @@ -43,7 +43,7 @@ jobs: node-version: 16.x steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: volta-cli/action@v4 with: node-version: ${{ matrix.node-version }} @@ -64,7 +64,7 @@ jobs: etlVersion: [^4.0.0, ^5.0.0] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: volta-cli/action@v4 with: node-version: 16.x @@ -80,7 +80,7 @@ jobs: needs: [test] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: volta-cli/action@v4 with: node-version: 16.x