From acacdd6d69ec7837639e9b69b4e34ff3911fcec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 05:05:59 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 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/v2...v3) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1992b8..973231d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - name: 1. Check out code - uses: actions/checkout@v2 # https://github.com/actions/checkout + uses: actions/checkout@v3 # https://github.com/actions/checkout - name: 2. Set up Java 8 uses: actions/setup-java@v2 # https://github.com/actions/setup-java @@ -59,7 +59,7 @@ jobs: steps: - name: 1. Check out code - uses: actions/checkout@v2 # https://github.com/actions/checkout + uses: actions/checkout@v3 # https://github.com/actions/checkout - name: 2. Set up Java ${{ matrix.java }} uses: actions/setup-java@v2 # https://github.com/actions/setup-java @@ -87,7 +87,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 # https://github.com/actions/checkout + uses: actions/checkout@v3 # https://github.com/actions/checkout with: fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci