From 46131056463596530baf9becefb337fea47fb47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:48:09 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 4.1.1. - [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.3.4...v4.1.1) --- 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 7682a88..11909c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: gradle_wrapper_validation: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 # docs: https://github.com/actions/checkout + - uses: actions/checkout@v4.1.1 # docs: https://github.com/actions/checkout with: fetch-depth: '0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci - name: Gradle wrapper validation @@ -28,7 +28,7 @@ jobs: runs-on: windows-latest needs: gradle_wrapper_validation steps: - - uses: actions/checkout@v2.3.4 # docs: https://github.com/actions/checkout + - uses: actions/checkout@v4.1.1 # docs: https://github.com/actions/checkout with: fetch-depth: '0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci - name: Run build @@ -42,7 +42,7 @@ jobs: needs: [windows_build, gradle_wrapper_validation] steps: - - uses: actions/checkout@v2.3.4 # docs: https://github.com/actions/checkout + - uses: actions/checkout@v4.1.1 # docs: https://github.com/actions/checkout with: fetch-depth: '0' # https://github.com/shipkit/shipkit-auto-version#fetch-depth-on-ci - name: Run build